A simple text chat using Node.js, Express and Socket.IO.
Clone the repository with git clone https://github.com/kiijes/simplechat.git
, then run npm install
to get dependencies and run with node server.js
.
Default connection setting is localhost on port 3010, but these can be changed according to your needs. Remember to change values on both server.js and client.html.