mirror of
https://github.com/ivabus/website
synced 2024-11-22 08:25:12 +03:00
17 lines
633 B
Markdown
17 lines
633 B
Markdown
|
---
|
||
|
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.
|