https://github.com/houkasaurusrex/simply-ws-server
A simple websockets server to respond to messages and broadcast events on a cron
https://github.com/houkasaurusrex/simply-ws-server
Last synced: 9 months ago
JSON representation
A simple websockets server to respond to messages and broadcast events on a cron
- Host: GitHub
- URL: https://github.com/houkasaurusrex/simply-ws-server
- Owner: HoukasaurusRex
- License: mit
- Created: 2019-08-10T02:38:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T06:52:27.000Z (over 3 years ago)
- Last Synced: 2024-11-24T19:58:25.614Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ws.houk.space
- Size: 761 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to Simply Websockets Server 👋
> A simple websockets server to respond to messages and broadcast events on a cron
### 🏠 [Homepage](pterobyte.github.io/simply-ws-server)
## Install
```sh
npm install
```
## Usage
```sh
npm start
```
## Run tests
```sh
npm test
```
## Author
👤 **JT Houk (https://jt.houk.space/)**
* Twitter: [@CapnAwesome](https://twitter.com/CapnAwesome)
* Github: [@Pterobyte](https://github.com/Pterobyte)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/pterobyte/simply-ws-server/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [JT Houk (https://jt.houk.space/)](https://github.com/Pterobyte).
This project is [MIT](https://github.com/pterobyte/simply-ws-server/blob/master/LICENSE) licensed.
### TODO
* [ ] API List
* [ ] README Docs
* [ ] Boilerplate docs
* [ ] Room management
* [ ] User management
* [ ] Binary streams
* [ ] Tests