Software Alternatives & Reviews

How hard would it be to create a video-chat-like app with a max room size of 2 people to scale to 100k-1m daily users assuming no other website logic?

Socket.io Heroku
  1. Realtime application framework (Node.JS server)
    Pricing:
    • Open Source
    After you've written and tested your application on your own machine (which might involve setting up a self hosted certificate for socket.io to work, you can deploy your server code and the static assets to heroku. After you sign up for an account with them, you'll use git to push the server and heroku.com spins up a server for you, something like: example.herokuapp.com.

    #Developer Tools #App Development #Mobile Push Messaging 717 social mentions

  2. 2
    Agile deployment platform for Ruby, Node.js, Clojure, Java, Python, and Scala. Setup takes only minutes and deploys are instant through git. Leave tedious server maintenance to Heroku and focus on your code.
    After you've written and tested your application on your own machine (which might involve setting up a self hosted certificate for socket.io to work, you can deploy your server code and the static assets to heroku. After you sign up for an account with them, you'll use git to push the server and heroku.com spins up a server for you, something like: example.herokuapp.com.

    #Cloud Computing #Cloud Hosting #VPS 71 social mentions

Discuss: How hard would it be to create a video-chat-like app with a max room size of 2 people to scale to 100k-1m daily users assuming no other website logic?

Log in or Post with