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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to