Switching to Fastify #2931
-
Currently, code-server uses Express.JS, which is quite slow and bloated. This is bad because users on lower-end WiFi would have to load code-server really slowly. For example, I am stuck to using a mobile hotspot in school, due to the school WiFi using a whitelist system Fastify is much quicker than Express by a large amount and the benchmark shows it: https://www.fastify.io/benchmarks/ I was wondering if anyone was interested in switching, or if I would be wasting my time if I were to make a Pull Request attempting this myself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is the first time I've heard of Fastify but it looks promising. And better performance would be nice. @code-asher would love to get your thoughts on this? |
Beta Was this translation helpful? Give feedback.
This is the first time I've heard of Fastify but it looks promising. And better performance would be nice.
@code-asher would love to get your thoughts on this?