0.0.1 • Published 8 years ago

php-serve v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

node-php-serve

CLI for node-php-server

LICENSE: ISC

Sample usage

php-serve --hostname localhost --port 8000 ./hellotest.php

Prerequisites

  • Node.js
  • npm
  • PHP installation

Major limitations

This CLI runs node-php-server, which in turn runs runs a single PHP process. This is a single-process, single-threaded server which will block during the processing of each incoming request.

Major TODO(s)

  • Test with Windows
  • Automatic test suite

FUTURE

  • Support multi-threading, perhaps with node-webworker-threads or JXCore

THANKS for guidance