Can javascript be used on the server side 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Johannesburg, Lives in Johannesburg, South Africa.
There are currently two main JavaScript engines used server-side and both are from the minds at Mozilla: Mozilla Rhino and Mozilla SpiderMonkey. Rhino is a JavaScript interpreter written in Java that can also bridge JavaScript to Java server-side. ... SpiderMonkey is what will evolve to become TraceMonkey.
2023-05-11 07:37:58
评论(499)
Helpful(122)
Helpful
Helpful(2)

Hailey Clark
QuesHub.com delivers expert answers and knowledge to you.
There are currently two main JavaScript engines used server-side and both are from the minds at Mozilla: Mozilla Rhino and Mozilla SpiderMonkey. Rhino is a JavaScript interpreter written in Java that can also bridge JavaScript to Java server-side. ... SpiderMonkey is what will evolve to become TraceMonkey.