Skip to content
New issue

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

HTTP Server #56

Closed
pierlon opened this issue Sep 9, 2017 · 5 comments
Closed

HTTP Server #56

pierlon opened this issue Sep 9, 2017 · 5 comments

Comments

@pierlon
Copy link

pierlon commented Sep 9, 2017

Why use python as the HTTP server when http-server could be used instead? One less dependency.

@treefort
Copy link
Collaborator

treefort commented Sep 9, 2017

@pierlon: I'm not crazy about -g installs unless absolutely necessary. in this case, python is not a dependency, per se—the npm start script is provided for convenience as most people running this repo locally will likely have python already installed. that said, definitely feel free to use the http server of choice. I'm a fan of http-server myself. :)

@treefort
Copy link
Collaborator

treefort commented Sep 9, 2017

closing unless @s0lray wants to shake things up in the local server department.

@treefort treefort closed this as completed Sep 9, 2017
@pierlon
Copy link
Author

pierlon commented Sep 9, 2017

Oh OK. I created a docker image so python wasn't needed in that case.

@treefort
Copy link
Collaborator

treefort commented Sep 9, 2017

dude, nice. do you mind if we include a link to your docker image in the README?

@pierlon
Copy link
Author

pierlon commented Sep 10, 2017

Sure, no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants