Replies: 2 comments 1 reply
-
Yes and you can't need NodeJS to run your project. However, we are waiting Bun.sh implements :
Native fullstack framework:
wbServer, you can't need to use any library to make DOM from backend. wbServer supports 16 methods you do this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Check out our full stack dev server documentation page! https://bun.sh/docs/bundler/fullstack |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a native fullstack framework for Bun? In case the term "native" is not clear, let me make it more clear. With "native", I mean a framework that officially supports Bun and doesn't work through the Node API or any other layer of compatibility. The exception to that is when using the Node API for things that haven't implemented natively in Bun. Then, of course, I understand.
Alternatively, are there any native libraries that can be combined to create a modern, fully featured web app with Bun?
Beta Was this translation helpful? Give feedback.
All reactions