hge
hge is a revolutionary way to create HTTP servers. you just create a new file,
name it example.hge
, and enter the following:
h
then, start it with hge example.hge
. an express server will automatically be
deployed to port 3000. you can specify a port, if you'd like:
h3001
you can even specify multiple servers to be launched (at different ports):
h and h3001 and h3002
it's fantastic
install
npm i -g hge
license
MIT, licensed by jona 2016