How much does it cost? It is currently in beta which means two things. 1. It's free. 2. You may only have up to five (5) containers.
What do I get for one container? One container is 512MB memory with 0.5 ECU compute. You also get single click coordinated rolling updates, and single click scaling.
How do I deploy my meteor app with Rompli? https://medium.com/@isohaze/how-to-deploy-a-meteor-js-application-on-rompli-com-48c775cae8c0#.izzu3693p
How do I use a custom domain name? https://medium.com/@isohaze/how-to-use-your-own-domain-on-rompli-89f8c6c91d96#.kwvbzbodi
Is there a FAQ? Yes: https://www.rompli.com/faq
What is the tech stack? The webapp is written entirely in meteor@1.3.4. The container orchestration is implemented with [Docker Swarm](https://docs.docker.com/swarm/). Nginx is used for loadbalancing and I have an Elastic Load Balancer in front of the nginx servers.
Why is it named Rompli? It got the name because docker containers work really well in groups and a group of otters is called a romp. Also the underlying technology is using [The Raft Consensus Algorithm](https://raft.github.io/) and a large group of otters is also known as a raft.
I hope you try it out and give me feedback!
Thanks, Kris