Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alok722/chat-app-socket.io
A session chat app implemented using Socket.io.
https://github.com/alok722/chat-app-socket.io
chatroom css html nodejs socket-io
Last synced: 2 months ago
JSON representation
A session chat app implemented using Socket.io.
- Host: GitHub
- URL: https://github.com/alok722/chat-app-socket.io
- Owner: alok722
- Created: 2020-01-01T17:19:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T16:28:59.000Z (10 months ago)
- Last Synced: 2024-10-12T04:43:27.014Z (3 months ago)
- Topics: chatroom, css, html, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Socket Chat 👋
> A chat app implemented using socket.io which has the basic chat features. The chat data is not stored, it is session-based, sort of open chat room.
## Install
```sh
npm install
```## Usage
```sh
node index
```## Author
👤 **Alok Raj**
* Website: https://opendevs.in
* Twitter: [@alok722](https://twitter.com/alok722)
* Github: [@alok722](https://github.com/alok722)
* LinkedIn: [@alok722](https://linkedin.com/in/alok722)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/alok722/socket-chat/issues).## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_