scottcorgan / pushstate-server

Static file server that works with HTML5 Pushstate.
421 stars 35 forks source link

Add command-line parsing for bin file #76

Closed prudho closed 6 years ago

prudho commented 6 years ago

Allow launch of pushstate-server with unordered argument list.

scottcorgan commented 6 years ago

Thanks! Good ideas here! 💯

Couple of questions:

prudho commented 6 years ago

That's done. And i can confirm that this works fine on Windows, as i'm currently using it for my projects.

I dunno if you're interested, but I also implemented https handling...

scottcorgan commented 6 years ago

Thanks!

As far as HTTPS, this is not something that should really be used in production, so I'm not sure it's necessary. With that said, it could be helpful for you to open a PR and we can discuss it there 👍