Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)