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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:09:41.000Z (over 7 years ago)
- Last Synced: 2024-12-31T00:43:50.506Z (over 1 year 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

### 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`.