Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrna/chat-application
💬 Whatsapp chat application
https://github.com/zrna/chat-application
expressjs heroku javascript nodejs socket-io
Last synced: about 1 month ago
JSON representation
💬 Whatsapp chat application
- Host: GitHub
- URL: https://github.com/zrna/chat-application
- Owner: Zrna
- Created: 2019-01-15T14:08:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T11:41:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T10:18:22.937Z (2 months ago)
- Topics: expressjs, heroku, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage: https://lzrnic-chat.herokuapp.com/
- Size: 807 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :speech_balloon: Chat Application :speech_balloon:
## Description
Mobile friendly chat application where you need enter only the name to display and the name of the room.
Someone else can join you very easy, they just need to type Name to display and the room name you created and click "Join".
**Try app on [Heroku](https://lzrnic-chat.herokuapp.com/).**
Chat application created with HTML, CSS, JavaScript and Node.js.
## File List
```
./public./server
package-lock.json
package.json
README.md
```
## Installation
1. Download or clone the project
2. Go into the project `cd node-chat-app`
3. Run `npm install`
4. Run `npm start`**Optional**: Run `npm test` to run application tests.
Application will open on localhost:3000
## Screenshot
![chat-application](https://user-images.githubusercontent.com/22341530/51800485-8dd71080-222f-11e9-9526-cfd2fe2929f1.png)