skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.82k stars 207 forks source link

Q: cpp http server based on libuv #293

Closed overthetop closed 1 year ago

overthetop commented 1 year ago

I'm looking for a fast and an easy to use c++ http server based on libuv. I need to be able to easily register my routes and http handlers. I'll be exposing different http endpoints and use websockets as well. Also Http/websocket client must be present. Can you please tell me if this is possible with uvw or otherwise point me to the right project to use?

skypjack commented 1 year ago

uvw is just a tiny wrapper around libuv. If it's possible with the latter, it's possible with uwv.

overthetop commented 1 year ago

@skypjack can you please suggest a project that I could use for my purposes?

skypjack commented 1 year ago

No idea, I'm sorry. Especially something in C++ that integrates well with uvw.