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

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.

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