Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 800 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.

Help needed

Need help on:

  • FCGI error logic
  • Close logic

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.