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
- Host: GitHub
- URL: https://github.com/duquejo/chat-app
- Owner: duquejo
- Created: 2021-09-27T04:51:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T05:05:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T21:16:14.881Z (over 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BootCamp Node JS (Ceiba - Globant)
### Welcome to the Chat App!
[](https://www.javascript.com)
[](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
```