Skip to content

Commit 899acb4

Browse files
author
Ganesh K Bhat
committed
[phpcgijs] [docs] [feature] [improvement]\n\n1. Adding cgijs submodule as dependency.\n2. cgijs module has better architecture and more features to run php as well as other interpreted language scripts or other executables.\n3. Features of last cgijs commit.\n\ncgijs v1.1.0\n\nRun CGI Files. Run Multiple Protocol Proxies for local, remote, or embedded servers. Manage Processes, embedded servers, embedded databases, other embedded processes.\n\n\n[Rectified]: \n\nErrors of not exporting utils module export within the package\nCleaner testing of httpd, nginx, mysql, mongodb processes\nCleaner testing of json and os API's of utils module\n\n\n[Added]\n\nMajor changes to proxy module exports. proxy module now exports socks, udp, http, tcp, redirect API's\nAdded external packages to proxy module for support of proxies with UDP, TCP, SSH, FTP, Socks.\n\nAdded external package to proxy module for support of http to socks redirection\nAdded shelljs API to utils module in cgijs\n\n\n[TODO]:\n\nTo be tested with tomcat and Language inbuilt development servers. Next release will cover this.\nMerge all supported protocols (http, https, socks, udp, tcp) functioning into setup, start, stop, serve proxy API's within them, apart from present API's of process.process module exports. Next release will cover this.\nCleaner testing of csv, file API's of utils module. Next release will cover this.
1 parent 5b2c006 commit 899acb4

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

package-lock.json

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phpcgijs",
3-
"description": "Run and Execute PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI in CGI / Shell mode using node.js npm package / module. Includes cgijs. `CGIJS` is a Nodejs Module/library to run any `CGI` mode/`Interpreted language script` files like PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI, OR connect to any protocol or any web application server proxies, OR manage processes in the system.",
4-
"version": "1.0.0-beta9",
3+
"description": "Run and Execute PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI in CGI / Shell mode using node.js npm package / module. Includes cgijs npm module. `CGIJS` is a Nodejs Module/library to run any `CGI` mode/`Interpreted language script` files like PHP, JS, Ruby, Python 2, Python 3, ASPX, JSP, and CGI, OR connect to any protocol or any web application server proxies, OR manage processes in the system.",
4+
"version": "1.1.0",
55
"author": {
66
"name": "Ganesh",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)