Software Alternatives, Accelerators & Startups

Ask HN: Who needs help with side projects?

Firebase Hosting
  1. NOTE: Computer Engineering for Babies has been discontinued.
    Simple board book to introduce basic computer logic.

    8 social mentions

  2. Production-grade Hosting for Developers
    Yes, netlify typically does deployment by pushing to a git repo or uploading a zip, I'm not sure what the latency is. Another option is to use something like Firebase: https://firebase.google.com/docs/hosting The free tier gives you 2M cloud functions per month, then $0.40 for each additional million cloud function invocations: https://firebase.google.com/pricing Update latency is a few hundred milliseconds which should be sufficient if you are sending updates every minute: https://stackoverflow.com/questions/37930219/is-firebases-latency-low-enough-to-be-used-for-realtime-mmog-instead-of-socket Just be aware that if your JSON payload is large, then you might consume all the egress bandwidth and it might end up costing more than you expect. There are also alternative platforms which provide similar functionality (I have not used either of these though, so YMMV): https://backendless.com/pricing/backendless-cloud/#comparison https://azure.microsoft.com/en-us/pricing/details/functions/#pricing.

    #Developer Tools #Website Builder #Static Site Generators 27 social mentions

Discuss: Ask HN: Who needs help with side projects?

Log in or Post with