Crow
Crow copied to clipboard
A Fast and Easy to use microframework for the web.
Firsly, I really appreciate your amazing work. It literally changed my life :D. And apologies for my short English skills as I don't natively use it. --- The text below...
Fix issue #512
#### I am doing this : ```c++ crow::mustache::set_global_base("dynamic"); auto error_page = crow::mustache::load_unsafe("error.html"); ``` But on runtime i get error `[WARNING ] Template "error.html" not found.` What am I doing wrong...
When running example_chat and sending any input via the served example_chat.html page, the server crashes: $ ./example_chat (2024-03-10 19:00:16) [INFO ] Crow/master server is running at http://0.0.0.0:40080 using 2 threads...
Hello i am trying to run the websocket server from the examples but i have this error https://github.com/CrowCpp/Crow/blob/master/examples/websocket/example_ws.cpp ``` /main.cpp:44:5: error: ‘CROW_WEBSOCKET_ROUTE’ was not declared in this scope 44 |...
This adds support for websocket compression via permessage-deflate extension. It's based on https://github.com/ipkn/crow/pull/329, with a few changes to better match current crow. It resolves https://github.com/CrowCpp/Crow/issues/92 I was not able to...
forgot to add mike ...
adding changes for version 1.1.1 mainly merging main.
I took the liberty to add some documentation as well. Feel free if you have any feedback :)