| File | Date | Author | Commit |
|---|---|---|---|
| core | 2014-10-19 |
|
[15a8ab] Added MessageQueue implementation. |
| tests | 2014-10-19 |
|
[15a8ab] Added MessageQueue implementation. |
| LICENSE.agpl | 2013-10-10 |
|
[3de07e] Added license. |
| LICENSE.txt | 2013-10-10 |
|
[3de07e] Added license. |
| README.md | 2014-10-09 |
|
[1bd8ba] Update README.md |
| build.xml | 2014-10-19 |
|
[cb5f49] Added MessageQueue test. |
JS-Collider
===========
+-----+
/-----| |-----\ +---+
/ | | <=======|A/C| Session emitters
/ /---| |---\ \ +---+ (acceptor/connector)
/ / +-----+ \ \
| | <---- | |
TCP/IP ---+-S | | |
session +-----+ +-----+
| | | |
| | | |
| | | |
+-----+ +-----+
| | | |
| | ----> | |
\ \ +-----+ / /
\ \---| |---/ /
\ | | S /
\-----| |--+--/
+-----+ |
|
TCP/IP
session
JS-Collider is an asynchronous event-driven Java network (NIO)
application framework designed to provide maximum performance
and scalability for applications having not too many connections
but significant amount of network traffic (both incoming and outgoing).
Performance is achieved by specially designed threading model
and lock-free algorithms (learn more)
Refer the Wiki
for API documentation and performance tests results.
You will require JDK 1.7 and appache ant.
ant dist
ant tests
Need more features or support? Contact info@js-labs.org