In our ongoing quest to improve Node.js for Mobile Apps (a.k.a Node.js Mobile), we have just completed a series of major improvements and made them available in the latest release. Of course, in delivering these improvements, we have paid close attention to the desires and feedback of our valued … [Read more...]
Support for native modules in Node.js for Mobile Apps
Since we released Node.js for Mobile Apps, the most requested feature has been support for Node.js native modules (also known as "C++ Addons"). This makes sense, since it is common for an npm module to either contain some native code itself or have a dependency on a module that does. So we have … [Read more...]
Debugging Node.js with VS Code and WSL
Bartosz Sosnowski and João Reis of Janea Systems have made enhancements to Visual Studio Code that enable launching and debugging Node.js in the Windows Subsystem for Linux. Read the MSDN blog article to learn more. … [Read more...]
Announcing Node.js for Mobile Apps: a full-fledged Node.js runtime for Android and iOS
Earlier this year we published a demo app showcasing our port of Node.js with ChakraCore to iOS. In the accompanying blog article, we talked about how Node-ChakraCore opened a unique opportunity for Node.js to work on iOS, and consequently a path for Node.js to become a viable building block for … [Read more...]
Node.js meets iOS
Over the last few months, Janea Systems has been working on a port of Node.js with ChakraCore to iOS. Now that things appear to be working well, we have created a demo app that showcases this work, and we’d like the feedback of the developer community to help us shape the future of the … [Read more...]