Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesanjeevsharma/linker-chat-app

Chat app made with Sockets.IO based in Node + Express.
https://github.com/thesanjeevsharma/linker-chat-app

chat-application expressjs nodejs socket-io

Last synced: 16 days ago
JSON representation

Chat app made with Sockets.IO based in Node + Express.

Awesome Lists containing this project

README

        

# Linker Chat

Chat app made with Sockets.IO based in Node + Express.

### Screenshot

![Screenshot of the app](screenshot.png)

### How to run the app?

1. Clone the repo `git clone https://github.com/thesanjeevsharma/linker-chat-app.git`.
2. In the root directory of the project, run `npm install`.
3. Run `npm start`.
4. Visit `http://localhost:4000`.