Membuat aplikasi Video Conference dengan React JS , Dolby API , dan Stream Chat API
https://getstream.io/blog/build-a-video-conferencing-app-using-dolby-voxeet-and-stream-chat/
#react #streaming #conference #video #dolby #streamchat
https://getstream.io/blog/build-a-video-conferencing-app-using-dolby-voxeet-and-stream-chat/
#react #streaming #conference #video #dolby #streamchat
getstream.io
Build a Video Conferencing App Using Dolby Voxeet and Stream Chat
Latihan membuat server streaming lagu atau sejenis radio podcast online dengan Javascript Node JS
https://blog.logrocket.com/online-radio-server-pure-node-js/
----
Latihan mengenal konsep Publisher dan Subscriber di Node JS
https://blog.logrocket.com/getting-started-with-cloud-pub-sub-in-node/
---
Beberapa teknik caching data di Node JS
https://blog.logrocket.com/caching-strategies-to-speed-up-your-api/
---
Membuat REST API dengan Feather JS
https://blog.logrocket.com/building-lightning-fast-apis-with-featherjs/
#nodejs #streaming #server #radio #pubsub #featherjs
https://blog.logrocket.com/online-radio-server-pure-node-js/
----
Latihan mengenal konsep Publisher dan Subscriber di Node JS
https://blog.logrocket.com/getting-started-with-cloud-pub-sub-in-node/
---
Beberapa teknik caching data di Node JS
https://blog.logrocket.com/caching-strategies-to-speed-up-your-api/
---
Membuat REST API dengan Feather JS
https://blog.logrocket.com/building-lightning-fast-apis-with-featherjs/
#nodejs #streaming #server #radio #pubsub #featherjs
LogRocket Blog
Make your own online radio server in pure Node.js - LogRocket Blog
You can build almost anything you want with JavaScript and the Node.js runtime, even nonstandard projects like an online radio server with a GUI.
Mengakses data Cookies dan Forms dari request yang diterima dalam Node JS Express JS
https://medium.com/javascript-in-plain-english/accessing-data-from-cookies-and-forms-using-express-node-js-c140c9f59f6d
—-
Latihan sederhana membuat server streaming video dengan Node JS
https://dev.to/abdisalan_js/how-to-code-a-video-streaming-server-using-nodejs-2o0
---
Memasang fungsi Cron Job di dalam server Node JS
https://dev.to/ahmedmagdy11/building-a-cronjob-server-with-nodejs-1dgi
---
Konversi alamat menjadi koordinat latitude longitude dengan Node JS
https://levelup.gitconnected.com/how-to-geocode-a-street-address-in-node-js-eba0c8071f4
---
#nodejs #streaming #cronjob #geocode #express #cookies #forms
https://medium.com/javascript-in-plain-english/accessing-data-from-cookies-and-forms-using-express-node-js-c140c9f59f6d
—-
Latihan sederhana membuat server streaming video dengan Node JS
https://dev.to/abdisalan_js/how-to-code-a-video-streaming-server-using-nodejs-2o0
---
Memasang fungsi Cron Job di dalam server Node JS
https://dev.to/ahmedmagdy11/building-a-cronjob-server-with-nodejs-1dgi
---
Konversi alamat menjadi koordinat latitude longitude dengan Node JS
https://levelup.gitconnected.com/how-to-geocode-a-street-address-in-node-js-eba0c8071f4
---
#nodejs #streaming #cronjob #geocode #express #cookies #forms
Medium
Accessing Data from Cookies and Forms using Express & Node.js
For the developers that have an interest in using node as a webserver or using WebSockets with Express. This article will surely be…
Membuat dokumentasi API dengan menggunakan Swagger UI dan Express JS
https://dev.to/kabartolo/how-to-document-an-express-api-with-swagger-ui-and-jsdoc-50do
---
Alternatif lain membuat dokumentasi dengan Docusaurus JS
https://docusaurus.io/
---
Latihan sederhana membuat Streaming Video dengan Node JS
https://dev.to/abdisalan_js/how-to-stream-video-from-mongodb-using-nodejs-4ibi
#swagger #docusaurus #express #streaming
https://dev.to/kabartolo/how-to-document-an-express-api-with-swagger-ui-and-jsdoc-50do
---
Alternatif lain membuat dokumentasi dengan Docusaurus JS
https://docusaurus.io/
---
Latihan sederhana membuat Streaming Video dengan Node JS
https://dev.to/abdisalan_js/how-to-stream-video-from-mongodb-using-nodejs-4ibi
#swagger #docusaurus #express #streaming
DEV Community
How to Document an Express API with Swagger UI and JSDoc
JSDoc is a popular tool for generating documentation from comments in the source code of your app. Th...
Latihan dari Smashing Magazine membuat aplikasi Streaming Video dengan Node JS, Express, Vue Nuxt JS
https://www.smashingmagazine.com/2021/04/building-video-streaming-app-nuxtjs-node-express/
---
Membuat data untuk chart D3 JS pada Vue JS
https://medium.com/front-end-weekly/loading-data-into-a-vue-app-with-d3-80ab48852234
---
Latihan membuat aplikasi cuaca dengan Vue JS 3
https://javascript.plainenglish.io/create-a-weather-app-with-vue-3-and-javascript-9cd8fac99e
#vue #nuxt #video #streaming #nodejs #d3
https://www.smashingmagazine.com/2021/04/building-video-streaming-app-nuxtjs-node-express/
---
Membuat data untuk chart D3 JS pada Vue JS
https://medium.com/front-end-weekly/loading-data-into-a-vue-app-with-d3-80ab48852234
---
Latihan membuat aplikasi cuaca dengan Vue JS 3
https://javascript.plainenglish.io/create-a-weather-app-with-vue-3-and-javascript-9cd8fac99e
#vue #nuxt #video #streaming #nodejs #d3
Smashing Magazine
Building A Video Streaming App With Nuxt.js, Node And Express — Smashing Magazine
In this article, we’ll be building a video streaming app using Nuxt.js and Node.js. Specifically, we’ll build a server-side Node.js app that will handle fetching and streaming videos, generating thumbnails for your videos, and serving captions and subtitles.
Mendapatkan peningkatan performa Node JS dengan bantuan Worker Thread
https://medium.com/codex/achieve-the-best-performance-10x-faster-node-js-with-worker-threads-97fc2890e40f
—-
Perbedaan penggunaan "module.export" dengan "exports" di Node JS
https://javascript.plainenglish.io/nodejs-module-exports-vs-exports-b7dfff86bfdd
---
Pengenalan tentang middleware di Express JS
https://dev.to/naftalimurgor/middleware-in-express-1kn5
---
Latihan sederhana membuat aplikasi video streaming dengan Node JS
https://javascript.plainenglish.io/create-a-node-js-video-streaming-application-3095cb2aa52c
#nodejs #workerthread #module #express #middleware #streaming
https://medium.com/codex/achieve-the-best-performance-10x-faster-node-js-with-worker-threads-97fc2890e40f
—-
Perbedaan penggunaan "module.export" dengan "exports" di Node JS
https://javascript.plainenglish.io/nodejs-module-exports-vs-exports-b7dfff86bfdd
---
Pengenalan tentang middleware di Express JS
https://dev.to/naftalimurgor/middleware-in-express-1kn5
---
Latihan sederhana membuat aplikasi video streaming dengan Node JS
https://javascript.plainenglish.io/create-a-node-js-video-streaming-application-3095cb2aa52c
#nodejs #workerthread #module #express #middleware #streaming
Medium
Achieve the Best Performance: 10x Faster Node.Js With Worker Threads
Confronting highly intensive CPU operations throughput using different worker threads configurations.
Latihan panjang membangun aplikasi video streaming dengan Node JS backend dan Express JS
https://blog.logrocket.com/build-video-streaming-server-node/
---
Referensi tentang penerapan error handling yang baik pada backend Node JS
https://blog.logrocket.com/error-handling-node-js/
#nodejs #streaming #video #error #handling
https://blog.logrocket.com/build-video-streaming-server-node/
---
Referensi tentang penerapan error handling yang baik pada backend Node JS
https://blog.logrocket.com/error-handling-node-js/
#nodejs #streaming #video #error #handling
LogRocket Blog
Build a video streaming server with Node.js - LogRocket Blog
By creating a file system and returning it back to the client, we can build our own video streaming server using Node.js