A Socket.io communication application.
Built with NodeJS TypeScript Socket.io Express.
Socket Client FrontEnd and a node Socket server BackEnd
Clone the project and run commands :
$ cd node-socket
$ npm install
$ npm run build
$ npm start
The socket.io
server will be listening on port 3000
go to http://localhost:3000/client
This will load the client in the browser and initiate the communication with the server.
See the event log in the browser and the server consoles