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: docs/blog/elysia-20.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,23 +207,25 @@ Following our convention, this release is named after the song [DayDream](https:
207
207
208
208
Elysia 2 is a **complete rewrite** of Elysia, restart from zero, focus on other area not just throughput.
209
209
210
-
<small> The name is to honor the struggle Kiana went through a long journey to make her wish come true. </small>
210
+
<small> The name is to honor the struggle Kiana went through, a long journey to make her wish come true. </small>
211
211
212
212
---
213
213
214
-
We tried to make Elysia the fastest JavaScript framework. But we sacrifice a lot in the process. Like memory usage, bundle size, startup time was a secondary concern.
214
+
We tried to make Elysia the fastest JavaScript framework. But we have sacrifice a lot in the process. Memory usage, bundle size, startup time was a secondary concern.
215
215
216
-
The scope goes farer than we originally designed it to be and the features we added keeps piling up.
216
+
The scope goes farer than we originally designed it to be and the features we added keeps piling up like a technical debt.
217
217
218
-
We never expect Elysia to be where it is today. We thought it would be a niche framework that solve specific problems so we never market or advertise Elysia other than just posting on personal X/Twitter profile.
218
+
We never expect Elysia to be where it is today so we didn't really design it for a really big scale. We thought it would be a niche framework that solve specific problems so we never market or advertise Elysia other than just posting on personal X/Twitter profile.
219
219
220
-
We geniuely believe in building a decent software, and if it's good then people will follow and you prove that to us.
220
+
But we were wrong.
221
221
222
222
Today, **Elysia is the 9th most used JavaScript backend framework** and highlight at [State of JavaScript 2025](https://2025.stateofjs.com/en-US/libraries/back-end-frameworks/)
223
223
224
-
From your usage, we now realize that there are more important things to consider other than the runtime performance.
224
+
We geniuely believe in building a decent software, and if it's good then people will follow and you prove that to us. Much more than we thought.
225
225
226
-
So we read, think about of all the scope and features it has and what we plan to have. We read Elysia codebase and rearchitecture with all of the feature we have from the ground up while keeping performance as priority.
226
+
From your feedback, we now realize that there are more important things to consider other than the runtime performance.
227
+
228
+
So we re-think about of all the scope and features it has. We read Elysia codebase and rearchitecture with all of the feature we have from the ground up while keeping performance as priority.
227
229
228
230
Elysia 2 beta, is well, **beta**. It's not a stable release yet. You can try it with `elysia@next`
229
231
@@ -1186,7 +1188,7 @@ We will keep the beta label until significant portions of plugin has been migrat
Thiswouldn't be possible without all of the [sponsors](https://github.com/sponsors/saltyaom) especially Jarred Sumner that make it possible for me to do full-time maintaining Elysia.
1191
+
Thiswouldn't be possible without all of the [sponsors](https://github.com/sponsors/saltyaom) especially Jarred Sumner, that make it possible for me to do full-time maintaining Elysia.
1190
1192
1191
1193
Itwouldn't be possible with all of the time and resources the community have gave us not just financially but emotionally.
0 commit comments