What’s the cheapest or free stack solution to deploy and experiment with a realtime application in 2016?
16th August 2016
My answer to What’s the cheapest or free stack solution to deploy and experiment with a realtime application in 2016? on Quora
Heroku have a good free tier, and comprehensive support for deploying both Python and Node.js. If you are mainly interested in realtime I would suggest starting out with Node.js on Heroku. Depending on the complexity of your project you might even be able to use raw Node.js without adding something like Express.
More recent articles
- LLM 0.22, the annotated release notes - 17th February 2025
- Run LLMs on macOS using llm-mlx and Apple's MLX framework - 15th February 2025
- URL-addressable Pyodide Python environments - 13th February 2025