Software:Rupy

From HandWiki
Rupy
File:Rupy
Written inJava
TypeApplication server
LicenseLGPL
Websitegithub.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.

References