Skip to content

CGI/FastCGI Wrapper for nekoVM and the haxe cpp target

License

Notifications You must be signed in to change notification settings

RudolfVonKrugstein/hxfcgi

 
 

Repository files navigation

CGI/FastCGI Wrapper for nekoVM and the haxe cpp target

Documentation

For more documentation visit the hxfcgi wiki page.

Differences to haxe Web API:

  • If you are using FastCGI you should use Web.cacheModule(), otherwise the module will be restarted after every request, which is quite slow.
  • If you are using CGI if does not matter if you use Web.cacheModule().
  • When setting cache with Web.cacheModule(run), run is called, don't call your run method after caching or it may run twice.
  • You need to print some data, when sending headers only, call Lib.print(''); after setting all headers.

About

CGI/FastCGI Wrapper for nekoVM and the haxe cpp target

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 55.3%
  • C++ 44.2%
  • Shell 0.5%