CHH / pipe

Put your assets into the pipe and smoke them.
MIT License
120 stars 9 forks source link

Use react-php for the dynamic asset server. #4

Closed CHH closed 12 years ago

CHH commented 12 years ago

Use react for the dynamic asset server, so this doesn't need a real web server, nor does it depend on PHP's builtin web server (so this works on PHP 5.3).

This makes also "in-process caching" of assets possible, which makes dynamic asset serving much faster.

The server should be startable with a simple command (e.g. pipe-server) which looks for a pipe_config.yml in the current working directory, and uses this config to create an environment.

Synopsis for pipe-server

pipe-server [-p <port>] [-h <host>] [-t <root>] [-c <config_file>]