You can edit almost every page by Creating an account and confirming your email.

Rupy

From EverybodyWiki Bios & Wiki


Rupy
Rupy
Rupy
Written inJava
Engine
    TypeApplication server
    LicenseAGPL
    Websitegithub.com/tinspin/rupy

    Search Rupy on Amazon.

    Rupy is an open-source 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 uses its multi-threaded non-blocking IO and comet-stream for massively concurrent real-time routing over HTTP. One example of this is a MMO[1] that uses HTTP as the only protocol for all data, including movement.

    This allows Rupy to outscale all other MMO backends by a factor of 10x hosting 450 players with sub-millisecond server latency on a dual-core instance.[2]

    The backend for Meadow is source-available and has 200+ stars on github.[3]

    Meadow is also owned by over 300,000 people.[4]

    Rupy's distributed JSON HTTP database root far outscales most databases, biased on distribution bandwith and latency per watt, since all inserts are atomic. It uses quantum safe One-Time Password System[5] for logins.

    Before JDK 24 Rupy used the SecurityManager for sandboxing, but the last release 1.3 will add security to it's own Classloader and make file system counters that will finalize the implementation.

    Rupy was used as the embedded web-server for the Minecraft mapping tool JourneyMap.[6]

    Rupy was tested in research by KTH[7] on non-blocking network solutions.

    Rupy was also used by two instances in India, one giveaway items site and one University used it as foundation for a web-server programming course. But I cannot find them now.

    References

    1. "Meadow".
    2. "MOS Performace".
    3. "Github".
    4. "Meadow stats".
    5. "RFC2289". IETF.
    6. "Legacy Github Search". GitHub.
    7. "Software Model Checking for Distributed Systems with Selector-Based, Non-Blocking Communication" (PDF).


    This article "Rupy" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Rupy. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.