picostitch
crafting (and) JavaScript
#javascript

hq - Static Server, No Bundling

Lately I am coming a across a couple of those tools that promise to remove the bundling overhead and pain from our projects. I already mentioned snowpack.

This "hq" just looks like it is a preconfigured bundler, I didn't try it, but it sounds like every framework "play by its rules and you are fine" but when you leave the paths laid out you are on your own.

hq states:

Lightning fast, zero configuration, web application development server https://hqjs.org

🎁️ No bundling
To reflect project structure in the browser and make it easier to understand and develop

🏂 Zero configuration

> npm install -g @hqjs/hq
...
> hq

Besides hq

Google also seems to work on something like that too, sounds like a Cloud9 clone to me.