Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 727 Bytes

File metadata and controls

23 lines (13 loc) · 727 Bytes

jFCGIHelper - A Java FastCGI server side communication library

This library focus on helping you to communicate with the client(web server). It always stays aside and don't change anything.

Important

jFCGIHelper may have bad designes. It. For example, a certain variable you need might not exist.

Important

jFCGIHelper is not tested. Bugs might present.

Documents and Guides

Getting Started

Further documents will come later.

Building and using

No building tool needed. Just build every .java files javac.

Credits

Based on jFastCGI's FastCGI library. If you want a CGI-like programming experience, that one is better.