HTTP Framework for REST Applications in C. Based on GNU libmicrohttpd for the backend web server, Jansson for the json manipulation library, and Libcurl for the SMTP client API. Used to facilitate the creation of web applications in C programs with a small memory footprint, as in embedded systems applications. You can create web services in HTTP or HTTPS mode, stream data, or implement server web sockets.
Features
- Create a webservice in a separate thread, the endpoint is identified by its method
- Stream large amount of data with a reduced memory footprint
- Websocket service, the websocket messages exchange is executed in dedicated callback functions
- Client http[s] and smtp requests execution, the response is parsed in a dedicated structure
- Client websocket request execution, the websocket messages exchange is executed in dedicated callback functions
- Create a websocket service application
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Ulfius HTTP Framework
Other Useful Business Software
Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK.
Ditto's Edge SDK is the only thing your edge devices need to ensure your application is operational in any environment, regardless of network conditions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Ulfius HTTP Framework!