We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of relying on Python we should just use our own Node-based webserver. We may need one anyway for some of our functionality.
The text was updated successfully, but these errors were encountered:
Good starting point, a big list of one-liner web servers: https://gist.github.com/willurd/5720255
Sorry, something went wrong.
I've been using,
$ npm install -g http-server # install dependency first time $ http-server -p 8000
https://www.npmjs.com/package/http-server I don't see any problems with it. Unless there's other requirements I think it would work fine.
No branches or pull requests
Instead of relying on Python we should just use our own Node-based webserver. We may need one anyway for some of our functionality.
The text was updated successfully, but these errors were encountered: