BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Node.js Content on InfoQ

  • jQuery 1.11 & 2.1 Now on npm and Bower

    The latest jQuery can be obtained from npm and Bower, has some performance improvements and bug fixes.

  • A Change in Leadership for Node.js

    Isaac Schlueter recently announced his departure from the Node.js open source project, handing the reigns of leadership over to TJ Fontaine. Isaac also announced plans for a startup focused on npm. TJ shares some of his plans for Node over the upcoming year.

  • Koa Web Framework 0.2.0 Release

    The NodeJS based Koa web application framework has released version 0.2.0. Koa is the successor of the popular Express MVC platform, but relies heavily on newer ES6 constructs. This release is marked as an important one in that that it reaffirms the team’s design choices from the initial 0.1.0 release, solidifying Koa's API for future releases and production use.

  • Microsoft Joins Forces with RedGate and Clickberry to Offer Node.js Tools for Visual Studio

    NTVS, short for Node.js Tools for Visual Studio, offers Node.js developers a fully featured IDE complete with Intellisense, package management, profiling, and debugging. NTVS is a joint effort by Microsoft’s Python Tools team, RedGate, Clickberry, and others.

  • PayPal Switches from Java to JavaScript

    PayPal has decided to use JavaScript from browser all the way to the back-end server for web applications, giving up legacy code written in JSP/Java.

  • Phusion Passenger App Server Gains Node.js Support

    Phusion Passenger, a popular web app server originally for Ruby, now supports Node.js apps. The feature was introduced in the Enterprise edition of Passenger earlier this year, but has been open sourced as of the recent 4.0.21 release of the free version. Phusion Passenger brings Scaling, Statistics, Supervision and Multitenancy to Node.js. InfoQ talked to Phusion's CTO Hongli Lai.

  • TypeScript Roundup: New Features, Tools, and a Roadmap

    TypeScript is nearing its first production release and planning has already begun for post 1.0 features. At the top of the list is async/await, which should prove useful for both client-side and Node.js development.

  • New Relic Adds Node.js Support, Improved Rendering and Alert System

    New Relic, the app monitoring software has released an update with support for Node.js, improved rendering with histograms and percentiles in addition to an enhanced alert system. The San Francisco based startup also released a sketch of new features of the upcoming Android based mobile app.

  • Node.js Goes Mobile: StrongLoop Launches Open Source mBaaS

    StrongLoop, the company which previously launched an Enterprise-Ready Node.js distribution, is today launching a new open-source mobile backend-as-a-service product named LoopBack.

  • NoFlo Aims to Enable Visual Flow-Based JavaScript Programming with Kickstarter Funding

    NoFlo is a 2 year-old project aiming to bring flow-based programming to JavaScript, both in the browser and server (node.js). Until now, flows had to be defined using the textual FPB language. NoFlo's creator, Henri Bergius, is now seeks $100k in Kickstarter funding to be able to build a web-based visual designer to develop these flows visually as well.

  • Tim Fox: What's new in Vert.x 2.0

    In recent years, new trends like mobile clients and social networks forced web applications to handle more and more concurrent connections. This resulted in new server architectures based on eventing and asynchronicity which you can find for example in Vert.x. Tim Fox told InfoQ what's new in version 2.0 of Vert.x.

  • Titanium- What’s it All About Appcelerator? Part 1 of 2

    Appcelerator, through its Appcelerator Cloud Services (ACS) and Titanium Cloud Services, is a major Mobile Backend as a Service (MBaaS) provider. There are two main approaches to developing a mobile app on Appcelerator. One is the self-titled “Appcelerator Platform.” The other approach is Appcelerator’s version of the JavaScript-based open source multiplatform code optimizer, Titanium.

  • FunScript: Using the Power of F# for Writing Web Apps

    FunScript is an F# compiler library enabling developers to write single-page web applications in F# and running them in the browser or on the server via Node.js.

  • Windows Azure Extends their MBaaS with Custom APIs and Git Support

    Shortly after Google announced their Mobile Backend Starter for Android applications, Microsoft has announced the extension of their Azure mobile services adding support for Custom APIs, Git, NPM, Android Push Notifications, and a free SQL DB.

  • Strongloop Node: the First Enterprise-Ready Node.js Distribution

    Strongloop, the company that employs a few of Node.js' core contributors, has announced Strongloop Node 1.0 GA, the first version of its commercially supported distribution of Node.js intended for enterprise use. The distribution is based on Node.js v0.10.7 and includes some popular npm modules, including Express, Connect, Passport and others.

BT