(node js required) Download here.
git clone https://github.com/Prashant047/chat_board.git
cd chat_board
npm installedit the client.config.json file with server's ip_address and port, and your user name:
(make sure that your user name is unique)
{
"name": "name",
"host": "192.168.1.14",
"port": "8081"
}edit the server.config.json file. Default port is 8081 change it if you want:
{
"port": "8081"
}To start the server:
node built/main.jsTo connect to server as a client:
node built/client.js