-
Notifications
You must be signed in to change notification settings - Fork 9
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
Any Benchmark? #5
Comments
Right now it seems to perform about 4.5x better than Node for Vue.js rendering (with the bundled sample app which has zero complexity). I'm waiting until I finish implementing a full |
AWESOME!!! |
@ErosZy actually the idea is that for everything server-side the Vue application may need, we do it on the Rust side. I'm currently working on fetch/asyncData serialization on the Rust side using a Warp filter. |
I am not very familiar with Rust, I only know a little C++. But my original idea was to combine it with txiki.js, which should be very interesting if QuickJS has no rendering performance problems in this scene and easy to use. |
I am very interested in this repo. |
@sessionboy I haven't -- but I believe this boilerplate can be used to bootstrap a production-ready app, for sure. |
It's great, I will try to use it. |
What's the status of this project? |
@galvez this sounds extremely promising - have you managed to make any more progress on this? |
Very cool project, found it by accident. |
I searched for this project through google, and I have the same idea. But will Quickjs render Vue SSR have any performance problems? Is there any benchmark data on it?
The text was updated successfully, but these errors were encountered: