pushstate-server icon indicating copy to clipboard operation
pushstate-server copied to clipboard

Static file server that works with HTML5 Pushstate.

Results 12 pushstate-server issues
Sort by recently updated
recently updated
newest added

With `-s -k path/to/server.key -c path/to/server.crt` the pushstate server will listen trough an encrypted connexion, drastically increasing security. The user must provide his own SSL certificate and key. New dependencies...

Currently there are these vulnerabilities present in the current dependencies of js-yaml and minimist: - https://www.npmjs.com/advisories/813 - https://www.npmjs.com/advisories/788 - https://www.npmjs.com/advisories/1179 - https://www.npmjs.com/advisories/1179 I created this PR as a fix https://github.com/scottcorgan/pushstate-server/pull/89...

The updates fix the following vulnerabilities: - https://www.npmjs.com/advisories/813 - https://www.npmjs.com/advisories/788 - https://www.npmjs.com/advisories/1179 - https://www.npmjs.com/advisories/1179

Is there a flag to automatically open the browser when you run pushstate-server? I'm using it as an npm script.

I would like to submit this simple PR to allow the users to set some custom headers. As you may know OWASP guidance is to set some headers for each...

Hello, @scottcorgan! It's very strange – server application has `host` option, but I can pass it from CLI. I think, `-h` option for `host` – is okay, because `--help` option...

avoid global install

Hi, When using with node 7.1.0, I'm getting the following warning: ``` Listening on port 9000 (http://localhost:9000) (node:1) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`,...

It would be nice to have the `connect.logger` optionally in here so we could log requests. Enabled with an ENV, IE: `LOGGING=dev`

It's generally useful for your web servers to have logs!