element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Replace `gorilla/mux` #3017

Closed matrixbot closed 2 weeks ago

matrixbot commented 2 weeks ago

This issue was originally created by @S7evinK at https://github.com/matrix-org/dendrite/issues/3017.

Since gorilla/mux is archived and not actively maintained, we should replace it with a different router/mux.

Possible replacements:

matrixbot commented 2 weeks ago

This comment was originally posted by @joy4eg at https://github.com/matrix-org/dendrite/issues/3017#issuecomment-1489902389.

I would recommend considering also https://github.com/gofiber/fiber

matrixbot commented 2 weeks ago

This comment was originally posted by @S7evinK at https://github.com/matrix-org/dendrite/issues/3017#issuecomment-1490961996.

We've decided to go with https://github.com/julienschmidt/httprouter, as we don't need many of the features provided by other routers.

matrixbot commented 2 weeks ago

This comment was originally posted by @S7evinK at https://github.com/matrix-org/dendrite/issues/3017#issuecomment-1638718515.

https://gorilla.github.io/blog/2023-07-17-project-status-update/ Given this, closing.