ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

Integration to libevent framework? #369

Open ping2balaji opened 4 years ago

ping2balaji commented 4 years ago

Hi All,

We have our libevent based async C++ runtime. Is it possible to integrate CROW with our C/C++ LibEvent runtime (for both client and server) and handle async events?

Do i have to handle any special cases if we do so?

Any help highly appreciated.

Thanks, ...Balaji.J