mongoose-cpp icon indicating copy to clipboard operation
mongoose-cpp copied to clipboard

C++ binding for Mongoose

Results 16 mongoose-cpp issues
Sort by recently updated
recently updated
newest added

Estas mudanças visão um melhor funcionamento do mongoose-cpp

This line in Server::poll() `mg_iterate_over_connections(server, iterate_callback, &current_timer);` is sending packet to all websockets connection in a loop, which doesn't seem right. I tested other websocket libraries and this behavior is...

Hello, I'm testing juce_mongoose, which is a direct port of mongoose-cpp (I checked that the code is the same for this issue). When testing the websocket example - I modified...

i use mongoose-ccl on mac and linux and all work perfectly, but when i try to configure the ssl_certificate as option no ssl support is enable. I think that it...

As the title, I uploaded a file 150+MB, it droped "std::bad_alloc..." my embeded device memory is 256MB. how to upload a huge file with mongoose-cpp? I'm confused! Best regards!

Hi, Trying out Mongoose as a light-weight web server for c++ application. Idea is to use web server as a GUI. But I am not able to compile in Visual...

Hello I consider to use mongoose-cpp but I need a way to specify the IP on wich the webserver is started and not only the port. I can't find a...

Hi, The project is so great and now http server is a piece of cake. Unfortunately, I can just use lib so far and can't export dll for it. Any...

This patch removes all "using namespace" from the headers. This is generally considered a bad practice.

This pull request removes the only two macros used in this project. This has the advantages of: 1) Not using macros anymore 2) Not forcing the user to use "using...