Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunchib/blurp
A Discord framework for Cloudflare Workers, Bun, Node, and Deno
https://github.com/arjunchib/blurp
bun cloudflare-workers deno discord node typescript
Last synced: 24 days ago
JSON representation
A Discord framework for Cloudflare Workers, Bun, Node, and Deno
- Host: GitHub
- URL: https://github.com/arjunchib/blurp
- Owner: arjunchib
- Created: 2022-12-01T07:21:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T14:52:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T19:33:18.660Z (2 months ago)
- Topics: bun, cloudflare-workers, deno, discord, node, typescript
- Language: TypeScript
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blurp
A Discord framework for Cloudflare Workers, Bun, Node, and Deno!
## Getting started
TODO: Add getting started
## Limitations
- Bun gateway doesn't work due to websockets error https://github.com/oven-sh/bun/issues/1592
- Deno Deploy doesn't work since it doesn't support npm specifiers yet https://github.com/denoland/deploy_feedback/issues/314## Todo
- [ ] Docs
- [ ] Voice resuming
- [ ] Handle gateway heartbeat event
- [ ] Disconnect on no heartbeat ack
- [ ] VoiceConn events
- [ ] Node webhooks and gateway
- [ ] Starter templates