https://github.com/pedrohenrique-git/simple-chat-app
A simple chat, made with socket.io
https://github.com/pedrohenrique-git/simple-chat-app
javascript nodejs socket-io
Last synced: about 2 months ago
JSON representation
A simple chat, made with socket.io
- Host: GitHub
- URL: https://github.com/pedrohenrique-git/simple-chat-app
- Owner: PedroHenrique-git
- License: mit
- Created: 2020-11-01T02:14:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T14:41:38.000Z (over 4 years ago)
- Last Synced: 2025-03-05T14:35:32.470Z (over 1 year ago)
- Topics: javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatApp
A simple chat with socket.io
## Getting Started
To run the project, run npm run dev and open index.html via the vscode live server extension
## Built With
* [Html](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
* [Css](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
* [Node](https://nodejs.org/en/)
* [Socket.io](https://socket.io/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details