Switching to Fastify #2931
Answered
by
jsjoeio
NightScript370
asked this question in
Ideas
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. |
Answered by
jsjoeio
Mar 18, 2021
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? |
3 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?