Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carloslevir/chat-socketio-nodejs

A simple chat built with NodeJs and SocketIO.
https://github.com/carloslevir/chat-socketio-nodejs

Last synced: about 5 hours ago
JSON representation

A simple chat built with NodeJs and SocketIO.

Awesome Lists containing this project

README

        

# Chat-SocketIO-NodeJs

A simple chat built with NodeJs and SocketIO.

- [Chat-SocketIO-NodeJs](#chat-socketio-nodejs)
- [DEMO](#demo)
- [Usage](#usage)
- [Technologies](#technologies)
- [Installation](#installation)
- [License](#license)

## [DEMO](http://chat-socketio-node.herokuapp.com)

## Usage

Access the demo and start typing.

## Technologies

- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/pt-br/)
- [Socket.IO](https://socket.io/)
- [Cors](https://www.npmjs.com/package/cors)
- [EJS](https://ejs.co/)
- [Jquery](https://jquery.com/)
- [dotenv](https://www.npmjs.com/package/dotenv)
- [Nodemon](https://nodemon.io/)

## Installation

Clone the project with

```sh
git clone https://github.com/CarlosLevir/Chat-SocketIO-NodeJs.git
```

Get in the path project, then install the dependencies with:

```sh
yarn
```

Wait the installation to finish, then start the server with:

```sh
yarn start
```

## License

[MIT](https://choosealicense.com/licenses/mit/)