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

Have command to start a basic webserver #731

Open
dethe opened this issue Apr 19, 2014 · 2 comments
Open

Have command to start a basic webserver #731

dethe opened this issue Apr 19, 2014 · 2 comments

Comments

@dethe
Copy link
Member

dethe commented Apr 19, 2014

Instead of relying on Python we should just use our own Node-based webserver. We may need one anyway for some of our functionality.

@dethe dethe added this to the Beta + IDE milestone Apr 19, 2014
@dethe dethe removed this from the Beta + IDE milestone May 18, 2014
@dethe dethe added this to the 1.0 Launch milestone Jul 5, 2014
@dethe
Copy link
Member Author

dethe commented Sep 17, 2015

Good starting point, a big list of one-liner web servers: https://gist.github.com/willurd/5720255

@samuel-massinon
Copy link
Contributor

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.

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

No branches or pull requests

2 participants