andris-silis / node-chat

Simple chat using node.js (Socket.IO) client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple chat using node.js (Socket.IO) client and server

Installation

npm install

Running server

./server -p <PORT_NUMBER>

Running client

./client -a <SERVER_ADDRESS> -p <PORT_NUMBER> -n <NICKNAME>

Running tests

npm test

About

Simple chat using node.js (Socket.IO) client and server


Languages

Language:JavaScript 100.0%