About

Metadata

  • Last updated , by AnupamJain
  • License MIT
  • Categories Network Development
  • Maintained by: ajnsit@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Snap-Routes

Snap-routes provides typesafe routing for snap applications.

Features

Snap-routes adds the following features on top of Snap -

  • Typesafe URLs, including automatic boilerplate generation using TH. Including features such as -
    • Nested Routes
    • Subsites
    • Route Annotations
  • Seamlessly mix and match "unrouted" request handlers with typesafe routing.
  • Sitewide Master data which is passed to all handlers and can be used for persistent data (like DB connections)

Changelog

  • 0.0.1 : Intial release