My first program with sockets in JavaScript (Warning: extremely buggy)
- npm
- socket.io
npm install socket.io
- express
npm install express
- ejs
npm install ejs
nodejs index.js
To run server on port 8080
Connect to server using a web browser to your ip on port 8080 and morse away!
Test with multiple windows, or something!
Connect multiple clients!
It's a morse party!