CoralReactor supports WebSockets out-of-the-box. In this article we present a simple CoralReactor websocket client that connects to an echo websocket server. Continue reading
CoralReactor
CoralReactor is a powerful, ultra-low-latency, asynchronous, non-blocking, network I/O library that delivers high performance through a simple API. You can code multiple clients and servers (UDP or TCP) that run inside the same reactor thread which is optimized to the last bit for speed. Moreover, CoralReactor allows you to handle billions of messages without producing any garbage for the GC. The average one-way latency for a 256-byte message over loopback is under 2 micros, which is approximately 10 times faster than the standard JDK classes.
|
CoralReactor UDP Roundtrip Benchmark (compared to regular Java NIO)
In this article we show CoralReactor roundtrip performance numbers for UDP packets and compare them with a regular Java NIO implementation. Continue reading
- « Previous
- 1
- 2