Does nginx module support web-service

Eren Türkay eren at pardus.org.tr
Fri Apr 30 22:26:24 MSD 2010


On Fri, Apr 30, 2010 at 04:32:51PM +0800, jyf832004 wrote:
> 
> Hi,all
>    I want to implement web-service with nginx module,and i want to communicate with D-Bus. To do that,the nginx module should parse xml structure and communicate with
> D-Bus.Any help and suggestion is appreciate,thanks a lot.


For the XML part, you can use "iksemel" C library [0]. It is one of the
fastest and easily useable libraries. Moreover, it is used in Pardus
package manager, Asteriks jabber module, Aubit 4GL project and several
embedded systems.

I think, to communicate D-Bus, using Glib2 API [1] would do the trick.
However, your application will be glib dependant. If that's not a
problem for you, just go with glib.

[0] http://code.google.com/p/iksemel/
[1] http://dbus.freedesktop.org/doc/dbus-tutorial.html#glib-client

Regards,
Eren



More information about the nginx-devel mailing list