Creating a Chat using Socket.io and Javascript

Creating a Chat using Socket.io and Javascript

Tiempo de lectura: 2 minutos Reading time: 2 minutes Hello, today I’m going to show you how to create a chat using Socket.io and JavaScript: To get started, you’ll need to have Node.js and npm installed (https://nodejs.org/en/) on your computer. Then, follow these steps: Create a new directory for your project and open a command prompt in that directory. Run … Read more