Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
Callback based WebSocket client for RCF 6455 added.
Added documentation for turbo.websocket.WebSocketClient and turbo.websocket.WebSocketHandler.
Corrected general documentation both inline and in RST format.
Fixed issues in regards to max_body_size and max_header_size.
Added read_body option to turbo.httpserver.HTTPServer to allow delayed read of request body for advanced usages where it is of importance to not load body directly into memory but e.g stream it with the underlying turbo.iostream.IOStream class.
Features: