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

https://github.com/bre7/buzzer-swift

Swift clone of bufferapp's buzzer using Vapor instead of NodeJS Edit
https://github.com/bre7/buzzer-swift

swift-server vapor vapor-swift websockets

Last synced: 11 months ago
JSON representation

Swift clone of bufferapp's buzzer using Vapor instead of NodeJS Edit

Awesome Lists containing this project

README

          

Swift clone of Buzzer (by @bufferapp) using Vapor, available in https://github.com/bufferapp/buzzer.

Test it using Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bre7/buzzer-swift)

## Notes
Doesn't use Socket.io (wasn't able to get it working with Vapor's Websockets) so instead I used native WebSockets.

🚨 When using Vapor locally, change `wss://` to `ws://` in `Public/js/join.js` and `Public/js/hosts.js`