hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 17 July, 2023 UTC

Janea Systems Helps Unblock Key Microsoft Customers Utilizing React Native for Windows

In an exciting partnership between Microsoft and Janea Systems, a whole host of iOS and Android React Native modules have been ported to react-native-windows. Adding these modules to the react-native-windows environment has solved some major technical ... more


Friday, 7 July, 2023 UTC

Unlocking the Power of Open Source: Lessons from Janea’s Seasoned Developers

A brief history of open source In the 1950s, when academics and corporate researchers were the primary producers of computer software and compilers, most software came free with hardware purchases. Much of the software from this era was shared as public-domain ... more


Monday, 8 June, 2020 UTC

Significant Updates in the New Release of Node.js Mobile

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 ... more


Tuesday, 10 July, 2018 UTC

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 ... more


Monday, 30 October, 2017 UTC

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. The post Debugging Node.js with VS ... more


Tuesday, 3 October, 2017 UTC

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 ... more


Sunday, 4 June, 2017 UTC

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 ... more