Is Jint 3 beta ready for production use? #1473
-
Our company has been using Jint 1 and we are trying to replace it with Jint 3. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
First and foremost, v3 is way faster than its predecessors, has less bugs, more features and not only conforms to wide test262 test suite but also Jints own extensive test suite. Yes, beta comes mostly now because Jint is not feature complete and some cases like async/await work only partially, there are cases where there are still some problems. Public API should be quite stable, which also is a reason to have beta label to allow some wiggle room. There are projects using Jint 3.x in production, like RavenDB, OrchardCore and and EventStore. They are quite big projects with demanding tasks and should give some pointers about whether Jint is ready for production. If you enjoy Jint and get financial benefit out of it, don't hesitate to sponsor the project! |
Beta Was this translation helpful? Give feedback.
-
Got it! Thanks. |
Beta Was this translation helpful? Give feedback.
First and foremost, v3 is way faster than its predecessors, has less bugs, more features and not only conforms to wide test262 test suite but also Jints own extensive test suite.
Yes, beta comes mostly now because Jint is not feature complete and some cases like async/await work only partially, there are cases where there are still some problems. Public API should be quite stable, which also is a reason to have beta label to allow some wiggle room.
There are projects using Jint 3.x in production, like RavenDB, OrchardCore and and EventStore. They are quite big projects with demanding tasks and should give some pointers about whether Jint is ready for production.
If you enjoy Jint and get …