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
- Host: GitHub
- URL: https://github.com/bre7/buzzer-swift
- Owner: bre7
- License: mit
- Created: 2017-03-27T20:35:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T20:47:49.000Z (about 9 years ago)
- Last Synced: 2025-01-23T12:46:09.505Z (over 1 year ago)
- Topics: swift-server, vapor, vapor-swift, websockets
- Language: Swift
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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
[](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`