Published inNerd For Tech·PinnedHow to make a many-to-many video meeting web app with just ten lines of codeI always wanted to make a meeting app, but it was complicated for me to make it using WebRTC and all the backend and stuff. Then after hours of googling, I finally found out a simple way to make a web app for meetings! Basically, this is the code: …JavaScript1 min readJavaScript1 min read
Published inNerd For Tech·Jun 11, 2021Upload images in Node.js without a formEver wanted to upload files without a form but find it too complicated? I got you. This article gives you a simple example on how to upload files in express without a form. To keep it simple, you can only upload jpg and png files in this example. This tutorial…JavaScript2 min readJavaScript2 min read