https://github.com/victorsouza19/io-chat
:loop: Live chat using socket.io
https://github.com/victorsouza19/io-chat
ejs javascript nodejs scss socket-io
Last synced: 3 months ago
JSON representation
:loop: Live chat using socket.io
- Host: GitHub
- URL: https://github.com/victorsouza19/io-chat
- Owner: victorsouza19
- License: mit
- Created: 2021-12-07T02:22:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T01:16:50.000Z (over 4 years ago)
- Last Synced: 2025-10-11T12:43:24.231Z (9 months ago)
- Topics: ejs, javascript, nodejs, scss, socket-io
- Language: SCSS
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ioChat






> A WebChat application with Websocket
## ✨ Latest Updates:
- [x] v1.0: Layout and live chat finished.
## 💻 Prerequisites
Before start, make sure you meet these requirements:
* You have installed the latest stable version of `Node`
## 🚀 Project Setup
To install, follow these steps:
Clone the project and run the command in the root directory:
```
npm install
```
## ☕ Using ioChat
#### Run this command in your CMD at the source path:
```
node index.js
```
Test and enjoy! 😅
## 📫 Contributing for ioChat
To contribute, follow these steps:
1. Fork this repository.
2. Create a branch with your feature name: `git checkout -b mynewfeature`.
3. Make your changes and confirm: `git commit -m 'messagehere'`
4. Push your change to the original branch: `git push origin mynewfeature`
5. Create the pull request.
Instead, you can check the GitHub documentation [Creating a Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## 🤝 Contributors
## 📝 License
This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.
[⬆ Go back to the top!](#ioChat)
