https://github.com/grayoj/ws-chat-system
Node.js, Express.js and Web Sockets, a server framework for building a chat system. This is the foundation of the Gitchat System
https://github.com/grayoj/ws-chat-system
Last synced: about 1 year ago
JSON representation
Node.js, Express.js and Web Sockets, a server framework for building a chat system. This is the foundation of the Gitchat System
- Host: GitHub
- URL: https://github.com/grayoj/ws-chat-system
- Owner: grayoj
- Created: 2022-04-11T13:27:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T08:43:23.000Z (about 4 years ago)
- Last Synced: 2025-04-09T23:01:12.235Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 617 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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``