Last Version

Rupy 0.2.4

Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.

License

License

GroupId

GroupId

com.google.code.p
ArtifactId

ArtifactId

rupy
Version

Version

0.2.4
Type

Type

jar
Description

Description

Rupy
Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.
Project URL

Project URL

http://code.google.com/p/rupy/

Download rupy 0.2.4


<!-- https://jarcasting.com/artifacts/com.google.code.p/rupy/ -->
<dependency>
    <groupId>com.google.code.p</groupId>
    <artifactId>rupy</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.p/rupy/
implementation 'com.google.code.p:rupy:0.2.4'
// https://jarcasting.com/artifacts/com.google.code.p/rupy/
implementation ("com.google.code.p:rupy:0.2.4")
'com.google.code.p:rupy:jar:0.2.4'
<dependency org="com.google.code.p" name="rupy" rev="0.2.4">
  <artifact name="rupy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.p', module='rupy', version='0.2.4')
)
libraryDependencies += "com.google.code.p" % "rupy" % "0.2.4"
[com.google.code.p/rupy "0.2.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.