Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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! 🙂.