fcgi

CGI/FCGI wrapper for neko. Based on the hxfcgi project (https://github.com/TheHippo/hxfcgi).
https://github.com/yar3333/haxe-fcgi

To install, run:

haxelib install fcgi 1.1.4 

See using Haxelib in Haxelib documentation for more information.

README.md

fcgi

CGI/FastCGI library for Haxe (neko/cpp).

Using as CGI

Just compile your project with this library.

Using as FastCGI

Place your startup code into Web.cacheModule() callback function (like for mod_neko). For neko, use nekotools to convert your *.n to executable file:

nekotools boot index.n

On *nix use spawn-fcgi to spawn necessary number of the FastCGI processes.

Contributors
yar3333
Version
1.1.4
Published
1 year ago
License
LGPL

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub