Software:Rupy

From HandWiki
Revision as of 12:35, 5 August 2021 by imported>PolicyEnforcerIA (attribution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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