[Interest] Cross platform Web services server

Daniel Bowen qtmailinglist1 at bowensite.com
Thu Mar 6 22:22:15 CET 2014


I'm wondering what other people are using these days for providing web
services from a server point of view for embedded devices, where the server
code is integrated as a shared library and geared more toward providing
RESTful services for a limited number of clients on the local network.
Something that's also cross-platform.  Ideally, you'd be able to have
different handlers for different base paths.  For example, registering a C
callback or handler C++ class/interface or Qt signal/slot for "/path1", and
if a request came in for "/path1/thing1?a=b", then the registered hander
could deal with that.

SSL integration (with QSsl and friends, or openssl) and authentication
support are important too.

Thanks!
-Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140306/894bc1c4/attachment.html>


More information about the Interest mailing list