In this tutorial, I’ll show you how to build a video encoder with Node.js. We will use express.js on the backend to run a web server, multer for uploading files and socket.io for broadcasting real-time encoding progress to the user. Continue reading “Building a Video Converter App with Node.js, Express and React”
Category: Socket.io
Building a Chat App with Express, React and Socket.io with GIFs Support
In this tutorial, we are building a real-time chat app with Node.js/Express backend and React/Bootstrap frontend. Continue reading “Building a Chat App with Express, React and Socket.io with GIFs Support”