Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Addition of a server for Qt5 #268

Closed
etherealjoy opened this issue Jun 10, 2018 · 6 comments
Closed

[C++] Addition of a server for Qt5 #268

etherealjoy opened this issue Jun 10, 2018 · 6 comments

Comments

@etherealjoy
Copy link
Contributor

etherealjoy commented Jun 10, 2018

I have been using the generated models from the Qt5 Client for integration with this qhttp server

With Qt6 on the radar coming with integrated server functionality does it makes sense to have a server at this moment?

@MartinDelille @stkrwork @ravinikam

@stkrwork
Copy link
Contributor

There is the option to do both, one with QT6 and one with QHttp. Then a developer can choose between the two. Another C++ Server could be useful, so Users can have another option besides Restbed and Pistache.

@MartinDelille
Copy link
Contributor

Personally I use Qt only for the client.

@etherealjoy
Copy link
Contributor Author

etherealjoy commented Jun 12, 2018

@stkrwork
I think qhttp server would be a good candidate

We can reuse all client templates from cpp-qt5 for the models
Main thing is to wire the request via a router to the model and handling the callback to how pistache is doing.
But from what I see Qt5 with qhttp can do it more eloquently.
what do you think?

I am really looking forward to Qt6 integrated HTTP server

cc @MartinDelille
cc @ravinikam

@etherealjoy
Copy link
Contributor Author

Another option would be qhttpengine

@etherealjoy
Copy link
Contributor Author

etherealjoy commented Jun 13, 2018

I just read on phoronix that Qt6 is far away, I think we could just give one of these http engines a try.
Qt5 will go all the way to 5.14 so we are far off from Qt6

@etherealjoy
Copy link
Contributor Author

Integrated with #322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants