Middleware for building rich client applications, especially with Nomplate


Keywords
nomplate, nodejs, middleware
License
MIT
Install
npm install nomplate-router@1.1.21

Documentation

Nomplate Router

A tiny (~2.4k gzipped) middleware for building rich client applications, especially with Nomplate.

NOTE: This is very much a work in progress, and is not recommended for production use.

Getting started

mkdir nomplate-router
cd nomplate-router
git clone git@github.com:lukebayes/nomplate-router.git .
source setup-env.sh
make dev-install

# Run tests
make test

# Run tests for dev
make test-w

# Build binaries
make build