Software:Rupy
From HandWiki
Revision as of 11:35, 5 August 2021 by imported>PolicyEnforcerIA (attribution)
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.
References
- ↑ "Comet chat with Rupy". http://cometdaily.com/2008/07/08/comet-chat-with-rupy/.
- ↑ "Meadow 100k". https://twitter.com/MightAndDelight/status/885506414852153344.
- ↑ "Release Notes". https://journeymap.info/Release_Notes_1-3.
- ↑ "Software Model Checking for Distributed Systems with Selector-Based, Non-Blocking Communication". https://people.kth.se/~artho/papers/ase-2013-preprint.pdf.