Joel Bodenmann
Joel Bodenmann
I am currently working on that... Not that anybody should necessarily wait for that. My experience working with beast is very limited at the moment.
The current code (on my end) is based on C++20 (could be easily down-graded to C++17). Does this even make for a useful example for you guys?
Here is my "example" on how to use `boost.beast`: https://github.com/Tectu/malloy I might have digressed a bit. Maybe it's still worth listing it somewhere? This is so far mainly the grunt...
The "example" has been released as `v0.1.0`: https://github.com/Tectu/malloy Current feature list: - High-level controller to setup I/O context, SSL context, worker threads and more - HTTP - Plain or TLS...
> This is more like a framework than an example Hence I wrote _"example"_ in quotation marks :p No but seriously. This honestly started off as an example - I...
Haha ^^ So, do you think this is useful to you and other `beast` users? Should we point people towards this as an option for those who'd like to avoid...
Please do - that would be highly appreciated.
New release is available: https://github.com/Tectu/malloy/releases/tag/0.3.0
Seems like we're on the right track here, guys! Some feedback from a [user & awesome contributor](https://github.com/Tectu/malloy/issues/103#issuecomment-1007443368) of malloy: > Serving a file with load balanced across multiple threads and...
I've been using CBSD for the better part of five years on various servers and desktop machines and I can only come back here to thank you for your efforts...