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

https://github.com/thalkod/chat-app-io

This is a version of a chat app using socket.io
https://github.com/thalkod/chat-app-io

chat express nodejs socket-io websocket

Last synced: about 1 month ago
JSON representation

This is a version of a chat app using socket.io

Awesome Lists containing this project

README

        

# Chat-App-io
This is a basic version of a chat app using Socket.io, with no perssistence, no User Models, without Auth systems

Demo : (-)

![alt text](https://github.com/ThalKod/Chat-App-IO/blob/master/home.png)
![alt text](https://github.com/ThalKod/Chat-App-IO/blob/master/chat.png)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites
Install dependency :
```
npm install
```

### Installing

Running the App
```
npm start
```

## Built With

* [Nodejs](https://nodejs.org/en/)
* [socket.io](https://socket.io/) - Nodejs Websocket
* [Expressjs](https://github.com/expressjs/express) - The web framework used