Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madjava/chat-app
Implementing a basic Chating Application with Socket.io
https://github.com/madjava/chat-app
Last synced: about 2 months ago
JSON representation
Implementing a basic Chating Application with Socket.io
- Host: GitHub
- URL: https://github.com/madjava/chat-app
- Owner: madjava
- Created: 2019-09-08T18:59:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:04:11.000Z (about 2 years ago)
- Last Synced: 2023-03-01T06:22:36.687Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://felix-chat-app.herokuapp.com/
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chap App
===A simple chat app with very basic funtionality for demos purposes.
## Install
Its a simple NodeJs application so after cloning the repo run
```javascript
npm install
```You can also view a [live version](https://felix-chat-app.herokuapp.com) hosted on Heroku.
To have a play:
- Open the [apps URL](https://felix-chat-app.herokuapp.com) in two separate browsers
- In the first browser , Create a new Chat room by joining with a `Display name` and a `Room` name
- In the other browser, join the same `Room` but with a different `Display name`Have fun! 🙂.