Skip to content

lplus/fcgid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to build

  • to build the library run:
$ dub build
  • to build the example echo
$ dub build fcgid:hello
$ dub build fcgid:echo 
  • nginx config
location / {
	include fastcgi_params;
	fastcgi_pass 127.0.0.1:9001;
}
  • use spawn-fcgi tu run example hello
spawn-fcgi -p9001 ./fcgid_hello
  • use spawn-fcgi to run example multiple thread echo
spawn-fcgi -p9001 ./fcgid_echo

TODO:

  1. full protocol implement
  2. bugs

About

Cross-platform FastCGI library for the D language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages