easy-routes
Route system
A routes handling utility on top of Hunchentoot that supports dispatch based on HTTP method, arguments extraction from URL paths, decorators, and URL generation.
Yet another routes handling utility on top of Hunchentoot
58 stars
9 watching
3 forks
Language: Common Lisp
last commit: about 2 months ago
Linked from 2 awesome lists
common-lisphunchentootlisproutingweb
Related projects:
Repository | Description | Stars |
---|---|---|
mmontone/hunchentoot-errors | Augments error pages and logs with request and session information in a web framework | 10 |
mmontone/cl-forms | A Common Lisp library for building web forms with extensible field types and customizable rendering. | 43 |
mmontone/cl-rest-server | Library for building RESTful APIs with Common Lisp | 67 |
mmontone/quicklisp-apropos | A tool that helps find definitions and code in Quicklisp libraries using search queries | 10 |
mmontone/djula | Port of Django's template engine to Common Lisp | 153 |
guilhermecaruso/bellt | A simple Go router for managing HTTP requests and routes | 54 |
anuragsoni/routes | A typed bidirectional router for OCaml/ReasonML web applications. | 143 |
elefanty/offramp | Simple routing library for single page applications | 114 |
hoangvvo/next-connect | A minimal router and middleware layer for building Next.js API Routes and Edge API Routes with promise-based routing and TypeScript support. | 1,645 |
jeko2000/tiny-routes | A tiny Common Lisp library for building web applications using Clack | 15 |
joaotavora/hunchensocket | An implementation of WebSockets as an extension to the Hunchentoot web server. | 111 |
mmontone/ten | A Common Lisp template system with features like inheritance, dot syntax, and filter application. | 34 |
goroute/route | A lightweight HTTP request multiplexer with built-in middleware support | 9 |
mmore500/teeplot | Automates data visualization output with descriptive filenames. | 12 |
cweili/vue-router-mp | A Vue router implementation compatible with MPVue applications | 11 |