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
Hi,
I am looking for C++ api that I can use to create a REST API.
Before start working with Pistacheio, I would like to know that does Pistacheio supports has support for qcc compiler, as I have to create the API for QNX OS. we already have a project build and running on QNX, at this stage we need to create rest api that can be build using QNX qcc compiler and then I can use it in QNX OS.
The text was updated successfully, but these errors were encountered:
In general, Pistache's non-Linux OS support is built on top of libevent. From a quick web search, libevent does not appear to support QNX. libevent wraps epoll on Linux and kqueue (macOS + BSD) for event polling. I believe that "ionotify" is the analogous function to epoll in QNX.
If libevent would support ionotify and QNX, then it would probably be possible to port Pistache to QNX.
However, we have no plans to pursue that, even leaving aside the question of libevent.
Hi,
I am looking for C++ api that I can use to create a REST API.
Before start working with Pistacheio, I would like to know that does Pistacheio supports has support for qcc compiler, as I have to create the API for QNX OS. we already have a project build and running on QNX, at this stage we need to create rest api that can be build using QNX qcc compiler and then I can use it in QNX OS.
The text was updated successfully, but these errors were encountered: