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

https://github.com/duquejo/chat-app

Chat App built with Node JS and Socket I/O
https://github.com/duquejo/chat-app

Last synced: over 1 year ago
JSON representation

Chat App built with Node JS and Socket I/O

Awesome Lists containing this project

README

          

# BootCamp Node JS (Ceiba - Globant)
### Welcome to the Chat App!

[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com)
[![made-with-nodejs](https://img.shields.io/badge/Made_with-Node_JS-green.svg)](https://nodejs.org/es/)

## Tech

- *Chat App*: Node JS Built Chat App.
- *Dependencies*
- Express (4.17.1): Server management module.
- bad-words (3.0.4): Bad string words filter
- Socket.io (4.2.0): Socket i/o event emitting and listening module.
- *Dev Dependencies*
- Nodemon (2.0.13): Persistent dev server demon.
- [Chat App Git](https://github.com/duquejo01/Chat-App): GIT Source.
- [Chat App Demo](https://duque-chat-app.herokuapp.com/): Live Chat App Public Demo.

## Bootcamp Index

Click on the following [link](https://github.com/duquejo01/BootCamp-Node-JS) to return back the Index.

## Commands

Use the following command into console to run automatically nodemon scripts listening. It only works in your local machine.
```sh
npm run dev
```