zero-ui icon indicating copy to clipboard operation
zero-ui copied to clipboard

dev: migrate from express to hono/fastify

Open dec0dOS opened this issue 2 years ago • 3 comments

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

dec0dOS avatar Oct 08 '23 22:10 dec0dOS

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

dec0dOS avatar Oct 15 '23 03:10 dec0dOS

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

dec0dOS avatar Oct 17 '23 18:10 dec0dOS

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

v1rtl avatar Nov 07 '23 23:11 v1rtl