An application made with socket.io and express to test direct communication.
It's a simple chat that you can fill in your name and chat with your friends in the same network.
First we need to install our dependencies:
npm install
Run this command in your terminal to install all dependencies
Then, we can run the application:
npm start
For "production"
npm run dev
For debug (with nodemon auto restart features)
Thanks for checking out, follow me in my social media and see my other projects!