Remix.run Logo
rozenmd 3 days ago

I recently moved a classic HTTP API server from Express to Hono (through the Hono node-server package), absolutely seamless migration.

verdverm 3 days ago | parent [-]

I wouldn't call it seamless, having also done this recently. (Handler func signature is different) But it is relatively straight forward without major changes to the code needed