@pforth/webserver

1.3.1 • Public • Published

A custom webserver.

No real documentation yet because only I am using it.

Notes:

Custom Squirrley filters in include:

let a ={{ it.str | quote | safe }}; // If no str then prints an empty string let a ={{ it.str | quote(True) | safe }}; // If no str then prints null let a= {{ it.obj | json | safe }}; let a= {{ it.str | firstCap }};

Package Sidebar

Install

npm i @pforth/webserver

Weekly Downloads

3

Version

1.3.1

License

ISC

Unpacked Size

28 kB

Total Files

5

Last publish

Collaborators

  • pforth