This is a local socket-server chat-server that accepts clients that connect to it over TCP.
- To run this: run 'npm start'
- Then connect in separate terminals with 'nc localhost 8124'
This is a a socket-server chat-server that accepts clients that connect to it over TCP.
JavaScript
This is a local socket-server chat-server that accepts clients that connect to it over TCP.