Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ioChat


iochat img

![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



Victor Souza image


Victor Souza


## 📝 License

This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.

[⬆ Go back to the top!](#ioChat)