Restbed is a comprehensive and consistent programming model for building applications that require seamless and secure communication over HTTP, with the ability to model a range of business processes, designed to target mobile, tablet, desktop and embedded production environments. Server-Sent Events enable efficient server-to-client streaming of text-based event data—e.g., real-time notifications or updates generated on the server. A technique allowing multiple HTTP requests to be sent on a single TCP connection without waiting for the corresponding responses. Asynchronous single or multi-threaded architecture, capable of addressing the C10K problem. High-quality documentation covering the architecture and API. Filter incoming HTTP requests by headers. Customize how and where log entries are created. Give a resource multiple paths for improved readability.
Features
- Full-duplex communication channels over a single TCP connection
- Secure over the wire communication allowing you to transmit private data online
- Create custom HTTP session persistence and management logic
- Automated query parameter parsing
- Filter incoming HTTP requests by headers
- Customise how and where log entries are created
- Give a resource multiple paths for improved readability