License
This project is made available by Modula under the AGPLv3. For more information, see the license page, or check out the Wikipedia Summary
Installation
Just save (or copy) this source file to your project’s working directory
Usage
Using Weaver to begin serving a JavaScript site is a short-few simple steps.
Copy the Weaver source code into your project’s directory, import
it,
initialize the weaver.router
, add some file paths or functions as routes,
and then hand-off control by calling weaver.serve
at the end.