v1.1.0: [phpcgijs] [docs] [feature] [improvement] Production ready with cgijs npm module as dependency for more features
Latestv1.1.0: [phpcgijs] [docs] [feature] [improvement]
Production ready with cgijs npm module as dependency for more features
Adding cgijs submodule
as dependency.- cgijs module has better architecture and more features to run php as well as other interpreted language scripts or other executables.
- Bumping deps and devdeps versions to
remove security vulnerabilities
- Features of last cgijs commit.
cgijs v1.1.0 as dependency
Run CGI Files. Run Multiple Protocol Proxies for local, remote, or embedded servers.
Manage Processes, embedded servers, embedded databases, other embedded processes.
[Rectified]:
- Errors of not exporting utils module export within the package
- Cleaner testing of httpd, nginx, mysql, mongodb processes
- Cleaner testing of json and os API's of utils module
[Added]
- Major changes to proxy module exports. proxy module now exports socks, udp, http, tcp, redirect API's Added external packages to proxy module for support of proxies with UDP, TCP, SSH, FTP, Socks.
- Added external package to proxy module for support of http to socks redirection Added shelljs API to utils module in cgijs
[TODO]:
- To be tested with tomcat and Language inbuilt development servers. Next release will cover this.
- Merge 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.
- Cleaner testing of csv, file API's of utils module. Next release will cover this.