Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thesanjeevsharma/linker-chat-app
- Owner: thesanjeevsharma
- Created: 2019-02-15T12:07:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:09:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T05:41:33.442Z (2 months ago)
- Topics: chat-application, expressjs, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.