hlpetway / chat-server

This is a a socket-server chat-server that accepts clients that connect to it over TCP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-server

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'

Docs here: https://nodejs.org/api/net.html#event-connection

About

This is a a socket-server chat-server that accepts clients that connect to it over TCP.


Languages

Language:JavaScript 100.0%