1974 shaares
6 private links
6 private links
5 results
tagged
nodejs
All the security setup needed for a safe express api
Promise visualization
Python's SimpleHTTPServer is a great way of serve the contents of the current directory from the command line:
python -m SimpleHTTPServer
However, as far as web servers go, it's very slooooow...
-> npm install http-server -g