|
7 | 7 | "type":"text", |
8 | 8 | "img":"/assets/img/new-file-1.svg", |
9 | 9 | "heading":"CGIJS Documentation", |
10 | | -"description":"Run cgi / interpreted script files that supports command line execution, or connect to cgi / other server proxies. CGIJS is a library to run any CGI mode / Interpreted language script files, or connect to any web application server proxies, or manage processes in the system. CGIJS library: *1* Supports running any CGI / Interpreted Language scripts in any OS that runs node.js. *2* Supports both CGI executables as well as proxy to localhost/ remote /embedded servers using proxying of multiple protocols (http, websockets, tcp, udp, socks, ssh, ftp). *3* Supports managing processes like embedded server executables, embedded database executables, or any other embedded/ non-embedded executables", |
| 10 | +"description":"Run cgi / interpreted script files that supports command line execution, or connect to cgi / other server proxies. CGIJS is a library to run any CGI mode / Interpreted language script files, or connect to any web application server proxies, or manage processes in the system. CGIJS library:(*1*) Supports running any CGI / Interpreted Language scripts in any OS that runs node.js.(*2*) Supports both CGI executables as well as proxy to localhost/ remote /embedded servers using proxying of multiple protocols (http, websockets, tcp, udp, socks, ssh, ftp).(*3*) Supports managing processes like embedded server executables, embedded database executables, or any other embedded/ non-embedded executables", |
11 | 11 | "buttontext":"CGIJS Introduction", |
12 | 12 | "buttonurl":"/intro" |
13 | 13 | }, |
|