You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,38 @@
2
2
> this project under development, **Using it is your responsibility**.
3
3
4
4
<divalign="center">
5
-
<h1>MetaSSR</h1>
6
-
5
+
<imgsrc="assets/logo.png"halt="MetaSSR">
7
6
<palign='center'> SSR framework for React.js built on <ahref="https://github.com/metacall/core">MetaCall</a> </p>
8
7
</div>
9
8
10
9
11
-
MetaSSR is a powerful Server-Side Rendering (SSR) framework crafted for high-performance, dynamic web applications. Built on Rust and leveraging the Axum web framework, MetaSSR integrates seamlessly with the Metacall platform, showcasing a real-world use case for polyglot programming.
10
+
MetaSSR is a powerful Server-Side Rendering (SSR) framework crafted for high-performance, dynamic web applications. Built on Rust and leveraging the Axum web framework, MetaSSR integrates seamlessly with the Metacall Runtime, showcasing a real-world use case for polyglot programming. It was created as part of [Google Summer of Code 2024](https://summerofcode.withgoogle.com/archive/2024/projects/yRWw2gPh) by [Mohamed Emad](https://github.com/hulxv), to demonstrate the capabilities of polyglot programming.
12
11
13
12
## Why MetaSSR?
14
13
15
-
MetaSSR combines the robustness of Rust with the flexibility of Metacall and the simplicity of Axum to deliver a framework that's both fast and versatile. Whether you're building complex web applications or straightforward static sites, MetaSSR provides the tools and performance you need.
14
+
MetaSSR delivers exceptional performance that sets it apart from traditional SSR solutions. Built with Rust and optimized for speed, it significantly outperforms conventional Node.js-based SSR frameworks.
15
+
16
+
Here's how MetaSSR compares to Next.js under high load (12 threads, 1000 connections, 30s):
@@ -68,12 +81,3 @@ Stay connected and updated with MetaSSR:
68
81
## License
69
82
70
83
MetaSSR is licensed under the [MIT License](LICENSE). See the LICENSE file for more details.
71
-
72
-
## Acknowledgments
73
-
74
-
A big thank you to the Metacall team for their incredible platform, and to the Rust and Axum communities for their tools and support. We also appreciate all contributors and supporters of the project.
75
-
76
-
---
77
-
78
-
We hope you enjoy working with MetaSSR as much as we do. Happy coding!
0 commit comments