kingsleyokoronkwo.hashnode.devHow i designed and built my first chat applicationThe purpose of this project is to build a chat application where users can easily communicate without sharing their private/exposing their data while also learning how WebRTC works using websockets. I built the project with my friend Fumi while sourc...Sep 18, 2024·4 min read
kingsleyokoronkwo.hashnode.devThe Challenge of building a video application using in ReactJs using Socket.io and PeerJsEarlier this year while looking out for ways to improve my skills and increase my knowledge of backend web development, I read through different resources including documentations on the use of socket.io for Web Real time communication (WebRTC). I fe...Jun 28, 2024·3 min read
kingsleyokoronkwo.hashnode.devHow to install Node and NPM on Window ComputersNode.js can be installed in different ways. This post highlights the most common and convenient ones. Official packages for all the major platforms are available at https://nodejs.dev/download/. One very convenient way to install Node.js is through a...Jun 24, 2023·4 min read