You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
In the examples for Dodrio it is suggested to use:
python -m SimpleHTTPServer
I would like to use a Simple http Server written in Rust.
I found many projects on Github, but it is very confusing.
Some are too complex for a simple development Server. Others are incomplete.
I would appreciate if somebody recommends a suitable Simple Server for this use-case.
The text was updated successfully, but these errors were encountered:
At a glance the http server named https seems to have more features, but it also has more dependencies. On my current machine basic-http-server builds roughly twice as fast as https does.
Fantastic.
basic-http-server is great for use in development as a simple static file server.
Just what I need to run Dodrio examples. Maybe it can be suggested in README.md files instead of pythons server.
Thanks.
I found your (anderejd) "A minimal wasm-bindgen example" and there you recommended basic-http-server. Great!
I like the idea of not using npm and webpack at all. Keep it super simple.
Dodrio examples are also without the additional complexity of npm and webpack. I like that.
In the examples for Dodrio it is suggested to use:
python -m SimpleHTTPServer
I would like to use a Simple http Server written in Rust.
I found many projects on Github, but it is very confusing.
Some are too complex for a simple development Server. Others are incomplete.
I would appreciate if somebody recommends a suitable Simple Server for this use-case.
The text was updated successfully, but these errors were encountered: