Bloody Enterprise
Any comments are welcome
Mar 26, 2017
Dec 21, 2016
DHC by Restlet’s - rest client
It is very usefull tool for developing singlepage web application. Main advantage as for me is possibility to pick up existing cookies from browser. Request saving and history are usefull too. You can easy find it in Google by name).
Oct 14, 2016
Simple command-line http server
http-server is a simple http server. It is usefull for testing, local development, and learning. Homepage https://www.npmjs.com/package/http-server
Installation:
1) Install nodejs if not exists https://nodejs.org
2) Installation via npm: npm install http-server -g
Usage:
http-server [path] [options]
[path] defaults to ./public if the folder exists, and ./ otherwise. Visit http://localhost:8080
Installation:
1) Install nodejs if not exists https://nodejs.org
2) Installation via npm: npm install http-server -g
Usage:
http-server [path] [options]
[path] defaults to ./public if the folder exists, and ./ otherwise. Visit http://localhost:8080
Subscribe to:
Posts (Atom)