https://github.com/kyle8998/chat-application
Simple real time chat application using web sockets.
https://github.com/kyle8998/chat-application
Last synced: 9 months ago
JSON representation
Simple real time chat application using web sockets.
- Host: GitHub
- URL: https://github.com/kyle8998/chat-application
- Owner: kyle8998
- Created: 2017-10-08T00:59:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T02:54:07.000Z (over 8 years ago)
- Last Synced: 2025-02-09T14:45:22.669Z (11 months ago)
- Language: HTML
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-Application
Created by Kyle Lim
Simple real time chat application using web sockets.
Try it out for real on Heroku!
https://kyle-socket-chat.herokuapp.com/
### Dependencies
Socket.io
Node.js
### How to run locally
Run the server
```
node server
```
Access the page by going to localhost:3000