RimStone in the Cloud
RimStone is well-suited for cloud applications, as it is lightweight, scalable, it's easy to Docker-ize, and it has a wide range of middleware capabilities.
Being compiled from C code directly into native executable, and with only the necessary support libraries, it's lightweight by design. The number of actual server processes will vary with the load, providing great scalability features. It's very architecture, which is request-based HTTP service model, fits nicely with the native cloud design.
A good example of this is multi-tenant SaaS application in 200 lines of code; it shows it doesn't take much to write cloud-based software and it's easy to maintain.
Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.