https://github.com/abrahamspaa/socket-chat
Let's chat a small chat application
https://github.com/abrahamspaa/socket-chat
Last synced: about 1 year ago
JSON representation
Let's chat a small chat application
- Host: GitHub
- URL: https://github.com/abrahamspaa/socket-chat
- Owner: abrahamspaa
- Created: 2016-12-14T16:29:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T03:27:28.000Z (over 9 years ago)
- Last Synced: 2023-07-21T05:39:19.437Z (about 3 years ago)
- Language: JavaScript
- Homepage: https://come-lets-chat.herokuapp.com/
- Size: 635 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket-chat
Sample of creating chat using http://socket.io/
# How to start
```
npm i && npm start
```
Visit your app at http://localhost:3000.