You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be interested in a C benchmark against say, Rust.
This is a C (or C++) webserver forked from Mongoose many years ago. I used it successfully to embed a webserver in a project, its very easy to get going. No libs, just compile with the file included in the project. Here's an example that could be altered to return the data you use.
I'd be interested in a C benchmark against say, Rust.
This is a C (or C++) webserver forked from Mongoose many years ago. I used it successfully to embed a webserver in a project, its very easy to get going. No libs, just compile with the file included in the project. Here's an example that could be altered to return the data you use.
https://github.com/civetweb/civetweb/blob/master/examples/embedded_cpp/embedded_cpp.cpp
The text was updated successfully, but these errors were encountered: