I'd like to build Javascript/XPCOM bindings for FCGI (the web server
API). Maybe someone will tell me it's already been done and I just
can't find it.

Developer's kit is here:
http://www.fastcgi.com/#TheDevKit

The API is described here:
http://www.fastcgi.com/devkit/include/fcgiapp.h

FCGI implements input/output streams. What interfaces does my XPCOM
object need to implement to make these streams work right in
Javascript? Any suggestions on the right way to design the full
bindings for this API?

With these bindings and xpcshell I should be able to implement an FCGI
app in Javascript.

--
Jon Smirl
[EMAIL PROTECTED]
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to