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.

Лицензия

Лицензия

Группа

Группа

com.google.code.p
Идентификатор

Идентификатор

rupy
Последняя версия

Последняя версия

0.2.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Скачать rupy

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2.4