-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinterCG #5
Comments
Is there a tradeoff between supporting, WinterCG & being the fastest possible ? |
Probably not. HatTip's Bun adapter (WIP), Cloudflare Workers adapter, and Deno adapter are very very light (essentially noops) since all these platforms use Request and Response. The current router is not very fast (it uses linear scan) but it is very small. We do plan to implement a trie router too in any case.
It is indeed :) Saw it on Hacker News and started watching. |
I wasn't aware of WinterCG but that would be really neat to get working! |
WinterGC's goal is having server code that is agnostic to the runtime. So I'm thinking that all server frameworks will eventually be runtime agnostic. In turn, this means that Bao.js will eventually be similar to HatTip. Maybe there could be a way to collaborate here? What would be the difference between a completely runtime agnostic server framework and one that is focused on Bun? Not much, right? |
Nice work 👌.
Is supporting https://wintercg.org/ something Bao.js is interested in?
(CC @cyco130 author of HatTip which is a cross-platform Express.js alternative with preliminary Bun support.)
The text was updated successfully, but these errors were encountered: