Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 473 Bytes

Neddy 1.0.0

An event driven HTTP/1.1 Web Server based on Netty. Features are:

  • Static content handler.
  • Push messages handler based on WebSockets.
  • REST interface to receive messages to the pushed.

It also includes a benchmarking tool to test its behaviour:

  • Neddy Static Content benchmark, to test static content handling.
  • Neddy REST benchmark, to test Neddy's REST interface.
  • Neddy Websocket benchmark, to test Neddy's Websocket client interface.