Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carloslevir/chat-socketio-nodejs
- Owner: CarlosLevir
- Created: 2019-05-18T19:16:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:56:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:02:58.617Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 453 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/)