An open API service indexing awesome lists of open source software.

https://github.com/bineeshb/socket.io-chat-app

A Chat application with rooms, developed using Node, Express, Socket.io and Moment.js.
https://github.com/bineeshb/socket.io-chat-app

express momentjs node socket-io

Last synced: about 2 months ago
JSON representation

A Chat application with rooms, developed using Node, Express, Socket.io and Moment.js.

Awesome Lists containing this project

README

        

# Chat App

A Chat Application with chat rooms.

## Build with

- Node
- Express
- Socket.io
- Moment.js

## Usage

1. Clone the repo
2. Install dependencies `npm i`
3. Run the application using `npm run start` or `npm run dev`
4. Load the application in local browser using `http://localhost:3000`