hyperoop-router

Router for hyperoop

Usage no npm install needed!

<script type="module">
  import hyperoopRouter from 'https://cdn.skypack.dev/hyperoop-router';
</script>

README

Build Status Coverage Status npm GitHub top language npm Known Vulnerabilities Join the chat at https://gitter.im/hyper-oop

Patreon

Donate using Liberapay

hyperoop-router

Router for hyperoop.

Status

Under development.

Examples

See examples.

More advanced example is source code of our site hyperoop.github.io.

Run example

To run todo-routing example:

git clone https://github.com/HyperOOP/hyperoop-examples
cd hyperoop-examples/todo-routing
npm i && npm run serve

Then open localhost:10001 in browser.