Key Features • Installation and Setup •
- Realtime communication between clients.
- Up to 5 simultaneous clients.
The site is currently down due to some issues with the hosting service, it will be up as soon as possible.
We're back!!
You need to have Node.js installed on your machine to get the site running.
# Clone into this repository
$ git clone https://github.com/Ace2489/chat-server.git
# Go into the directory
$ cd chat-server
# Initialise the directory as an npm repository and install required packages
$ npm init -y
$ npm install
# Start the server
$ npm start
You can now access the server by entering 'localhost:3000' in your browser.