News

Microsoft on Tuesday submitted a pull request to Node.js mainline to work with ChakraCore, the heart of the Chakra JavaScript engine that powers the new Microsoft Edge browser.
Node.js is a lean, fast, cross-platform JavaScript runtime environment that is useful for both servers and desktop applications.
Node.js on ChakraCore This project enables Node.js to optionally use the ChakraCore JavaScript engine. This project is still work in progress and not an officially supported Node.js branch. For more ...
node-jsc enables node.js to use JavaScriptCore, WebKit 's javascript engine, allowing node.js to run on iOS devices (and other platforms supported by node.js and JavaScriptCore). While node-jsc was ...
Node.js 19 updates the V8 JavaScript engine to version 10.7 and enables HTTP(s)/1.1 KeepAlive by default.
Node.js 24 has officially arrived, and it’s bringing a rather tasty selection of improvements to the table.
Hot on the heels of Microsoft open-sourcing Edge’s ChakraCore JavaScript engine, it’s also submitted a pull request to the Node.js repository. The request contains a fully working version of ...
Deno is based on Google's Chromium V8 JavaScript engine and written in programming language Rust as opposed to C++ for Node. Besides fixing problems with Node.js, Dahl also wanted Deno to cater ...
The V8 engine developed by Google for Chrome has a whole parallel existence on the server, courtesy of the Node.js server-side JavaScript platform. ChakraCore could easily move into a similar space.