Skip to content

Ace2489/chat-server

Repository files navigation

Chat Server

A chat server built using the Socket.io framework in Node.js

Key FeaturesInstallation and Setup

Key Features

  • Realtime communication between clients.
  • Up to 5 simultaneous clients.

Live Demo

The site is currently down due to some issues with the hosting service, it will be up as soon as possible.

We're back!!

Installation and Setup

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.

About

A chat server written in Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published