Tag: javascript
All the articles with the tag "javascript".
Self-host your blogs comment section using Commento
Updated: at 15:00In this article, I'm going to show you how to set up your comment section using Commento and the different configuration options that are available as well as the current development status of the Commento project.
Building a WebRTC video and audio Broadcaster in Golang using ION-SFU, and media devices
Updated: at 15:00In this tutorial, you will build a video broadcasting application that reads the camera in Golang and sends it to the ION-SFU (Selective forwarding unit) which allows WebRTC sessions to scale more efficiently.
Building a WebRTC video broadcast using Javascript
Updated: at 15:00This article will show you the basic concepts and features of WebRTC and guide you through building your own WebRTC video broadcast using Node.js.
Building a Realtime Drawing App Using Socket.IO and p5.js
Updated: at 15:00In this tutorial, we’re going to build a realtime drawing app, that enables users to draw together on a project. The application is built using an Express js server and p5.js for the drawing features. Client-side communication is handled through WebSockets namely Socket.IO.
How to create a music bot using Discord.js
Updated: at 15:00In this article we will build a fully functional Discord music bot that can play, pause, resume and skip songs using Discord.js and Discord Player.