Skip to content
/ httq Public

httq is an HTTP Server for Qt. Allows WebSocket connections. Based on NodeJS's http-parser.

License

Notifications You must be signed in to change notification settings

wille-io/httq

Repository files navigation

httq logo

httq

Proof of Concept. Do not use in production - yet - as API is subject to change at any time without warning.

HTTP Server for Qt. Doesn't clog the memory like The Other HTTP Server™. Based on NodeJS's wonderful http-parser. Can download a message's body in chunks, instead of reading it all into memory that allows an easy DoS, like The Other HTTP Server™.

TODO

  • Return status text by status number - don't always return 'OK' as status text

About

httq is an HTTP Server for Qt. Allows WebSocket connections. Based on NodeJS's http-parser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published