website/_projects/005-urouter-aliurl.md

17 lines
633 B
Markdown
Raw Permalink Normal View History

---
layout: project
title: "urouter & aliurl"
description: "Aliaser for URLs"
project-url: "https://github.com/ivabus/urouter"
participant: false
---
[urouter](https://github.com/ivabus/urouter) is "static" URL router, that reads route list at from file once.
urouter is built on top of the [Rocket.rs](https://rocket.rs) framework.
urouter powers [iva.bz](https://iva.bz)
urouter successfully replaced [aliurl](https://github.com/ivabus/aliurl), which was a dynamic HTTP router.
[aliurl](https://github.com/ivabus/aliurl) is a "dynamic" HTTP router (with API to modify routes) that has been deprecatred and replaced by urouter.