Skip to content

Node.js, Express.js and Web Sockets, a server framework for building a chat system. This is the foundation of the Gitchat System

Notifications You must be signed in to change notification settings

grayoj/ws-chat-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS Chat System


This is a simple chat system in node.js that uses websockets. This isnpired my current side project Gitchat. Enables multichat.

Requirements

  1. Node.js
  2. NPM (Package Manager)
  3. Websocket API
  4. Express Server

Installation

Clone the repository

>git clone https://github.com/grayoj/Web-sockets-and-Nodejs-chat-system.git

Install the dependencies

npm install ws npm install express

Run

npm start

About

Node.js, Express.js and Web Sockets, a server framework for building a chat system. This is the foundation of the Gitchat System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published