8000 Consider running the server on Cloudflare Workers · Issue #1 · robinplace/melon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Consider running the server on Cloudflare Workers #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
robinplace opened this issue Sep 29, 2020 · 0 comments
Open

Consider running the server on Cloudflare Workers #1

robinplace opened this issue Sep 29, 2020 · 0 comments
Assignees

Comments

@robinplace
Copy link
Owner
robinplace commented Sep 29, 2020

Cloudflare's new serverless Workers platform may be a perfect platform for Melon's small server.

Highlights:

  • Room codes: their API supports a simple key-value store that supports key listing, prefixes, and expiration:
    https://developers.cloudflare.com/workers/runtime-apis/kv
  • Payments: if we add accounts/payments at some point Cloudflare can run request-response work with a payment processor.
  • Analytics: again, the KV store can keep logs and usage information no problem.

Still needs investigation:

  • Cost: what's an estimated monthly cost once we pass the free tier?
  • Migration: Vendor lock-in is a concern. What would it take to migrate data out to AWS Lambda or another serverless platform if needed?
@robinplace robinplace self-assigned this Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0