1.0.26 • Published 9 months ago

htbl v1.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

htbl - a new stupid way to write backends

what is it

as the title says, its a parser for html to write backends inspired by this post. htbl is not a real parser, framework or anything else, its a joke, so it wont get any updates regularly.

example

heres a example how to return hello world

<!--returns hello world at localhost:3215-->
<route url="/">
    <return>Hello, World!</return>
</route>

default port is 3125

installation

just install it using: npm install htbl and run it with: npx htbl file.html replacing file.html with your html file

license

mit

1.0.26

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago