> On Jul 20, 2019, at 6:39, Floh <
flo...@gmail.com> wrote:
>
> I started using the node.js http-server module instead of the python server.
>
> It has the proper wasm mime type, and also supports other HTTP features the python http server doesn't support (for instance range-requests):
>
> > npm install -g http-server
> > http-server
> Starting up http-server, serving ./
> Available on:
>
http://127.0.0.1:8080
>
http://192.168.44.44:8080
> Hit CTRL-C to stop the server
>
Thanks Floh. This is working a treat and I like being able to use range requests. The only small niggle is that the “>” prompt made me think these commands had to be issued from within node.js. But they are for the regular shell.