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

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

Awesome Lists containing this project

README

          

Welcome to Simply Websockets Server 👋



Version

License: MIT


Twitter: CapnAwesome

> 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