+1 vote
in APIGEE - API Services by

Can node.js be run natively? I might be incorrect, but from my Play/Scala revel in with Trireme/Rhino, it is form of sluggish. regardless of Play 2.3, TypeSafe is adding an choice to run node.js natively. thoughts?

1 Answer

0 votes
by

The most effective TypeSafe factor that i’ve used up to now is their integration with the Scala build device (sbt), which matches fine and is simple to combine, however it exposes Java’s weak spot, that’s startup time. In an internet server, including our integration inside Apigee, Trireme is strolling the same code again and again and it is a good deal closer to local node.js overall performance.

With that stated, Trireme is in no way going to be as rapid for terribly CPU-intensive obligations like node.js on V8. however, most of the use cases that we see are not CPU-intensive and might manage hundreds or thousands of API calls in keeping with 2d the usage of Trireme.

Related questions

+1 vote
asked Oct 24, 2021 in AWS Access Management by Robin
...