It is used for defining various routes for your web server. Requests can come in for different endpoints like /api, /user, or even with different HTTP methods like GET, POST, etc.
shelf_router routes them to their appropriate handlers.
Sinatra inspired web development framework for Dart. It has simple API to serve static files, handle dynamic requests, websockets and create JSON responses.
Vane is server side framework written and optimized for the Dart programming language. Vane comes bundled with a lightweight and performant middleware system.
Supports three handler types; Func, Podo and Vane.