From Handwiki | File:Rupy | |
| Written in | Java |
|---|---|
| Type | Application server |
| License | LGPL |
| Website | github.com/tinspin/rupy |
Rupy is an asynchronous application server built to allow hosting of services with shared code and data across continents; with an integrated distributed async-to-async JSON file database and async. application hot-deployment, both over HTTP.
Rupy also uses its multi-threaded non-blocking IO and comet-stream.[1] for massively concurrent real-time routing over HTTP. One example of this is a MMO[2] that uses HTTP as the only protocol for all data, including movement.
Rupy is also used as the embedded web-server for the Minecraft mapping tool JourneyMap[3]. Rupy was tested in research by KTH[4] on non-blocking network solutions.