Code Monkey home page Code Monkey logo

melon's Introduction

MOUNAINLAND CODECAMP 2016

melon's People

Contributors

enochw53 avatar tannerfreckles avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

melon's Issues

Investigate a long-term TURN solution

When users are behind NAT firewalls (i.e. using cellular or another dumb ISP), they can't be directly connected to with WebRTC. This necessitates running all data across a relay server (TURN).

What affordable or free TURN options are out there?

Update dependencies

While I'd like to leave as much of this codebase as possible unchanged, the dependencies are really out of date.

This issue should hopefully take 30 minutes or less, probably a good one to tackle first.

Consider running the server on Cloudflare Workers

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?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.