Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T01:16:50.000Z (about 3 years ago)
- Last Synced: 2024-12-01T23:28:46.513Z (2 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
![]()
![Badge](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![Badge](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![Badge](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![Badge](https://img.shields.io/badge/Socket.io-010101?&style=for-the-badge&logo=Socket.io&logoColor=white)![image](https://user-images.githubusercontent.com/71740612/145324645-e3f42cc0-dda2-45da-bf3a-f15d6a7b0b85.png)
![image](https://user-images.githubusercontent.com/71740612/147304081-79b7a976-0cb1-4612-a7b4-b64a5be3fee2.png)> 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)