dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

dev: migrate from express to hono/fastify #174

Open dec0dOS opened 11 months ago

dec0dOS commented 11 months ago

Hono is supported on a wide range of platform. Fastify is more mature solution.

dec0dOS commented 10 months ago

Seems like https://github.com/tinyhttp/tinyhttp is better alternative, as it could be just a drop-in-replacement for Express.

dec0dOS commented 10 months ago

https://github.com/fastify/fastify-express is another solution

talentlessguy commented 10 months ago

Seems like https://github.com/tinyhttp/tinyhttp is better alternative, as it could be just a drop-in-replacement for Express.

If there's any problems you face with tinyhttp please let me know and we'll prioritize them :) but migration should be smooth for the most part