> Hi ... > > I am quite new to uwsgi and this list, so I am sorry if this has been > asked before. > > I like to make a C++ plugin, using the uwsgi plugin interface. Currently > a maintain my own scgi server and dispatcher, but I really like to us > all the nice features build into uwsgi, but from my (mutli-threaded C++) > plugin (jsonrpc + restful). > > So, after discovering the "uwsgi --build-plugin ." interface, I finally > found the uwsgi.h file, but I can't seem to find any documentation on > the content of this header file, have I not been looking hard enough or > is it not been written ... yet ? > > I guess that the python api doc, is a good inspiration, and I could also > just read the source or make inspired guesses, but if there is some doc > on this file, I will love to know where to find it. > > Regards > > /BL > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Hi, the cutelyst project is a qt webframework built upon uWSGI: http://cutelyst.org/ you can check their work or (as already suggested) look at the cplusplus included plugin as a starting point. The work on api documentation started a bunch of month ago but then stooped for lack of resources. Lucky enough the api is pretty stable since 1.4 so looking at third plarty plugins should help a lot. -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
