InfoQ Homepage JavaScript Content on InfoQ
-
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.
-
OSGi Targets JavaScript, Native
The rising popularity of modular, polyglot application stacks has restarted a conversation at the OSGi Alliance about providing a language and run-time neutral version of the standard.
-
ECMAScript 6 Modules: What Are They and How to Use Them Today
One of the essentials features any platform needs to support code bases beyond a few source files are modules. Until now, JavaScript has not supported modules natively. However, as of the next version of JavaScript (officially named ECMAScript 6) modules will finally be added as first-class citizen to the language.
-
Community-Driven Research: Ruby On Rails State of Practice - Testing
InfoQ's research initiative continues with an 16th question about: "Ruby On Rails State of Practice: Testing". This is a new service we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.
-
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.
-
Essential Studio for JavaScript Released with 30 Controls for LOB Based Windows Store Applications
Essential Studio for JavaScript recently released by Syncfusion includes over 30 controls to enable developers to build intuitive line-of-business (LOB) applications for Windows Store.
-
Brian LeRoux on What's New in PhoneGap 3.0
Mobile software is taking the world by storm and building mobile applications using web technology has never been easier thanks to PhoneGap, using just HTML, CSS, and JavaScript for creating an app. Since those apps are based on web standards, they can be used on a variety of mobile platforms including iOS, Android, Windows Phone, and more.
-
The Current and Future Performance of the Mobile Web
In a substantial, well-researched blog article, Drew Crawford lays out all the reasons why he believes mobile web applications are slow today and why he does not expect this dramatically improve in the near feature.
-
Dropbox Now Can Hold Structured Data with Datastore API
Dropbox has released Datastore API which provides access to key-value stores with support for synchronization between devices using the user’s Dropbox account and including automatic conflict resolution.
-
Joy of StackMob
In the beginning of MBaaS, there was StackMob. Since then the mobile ecosystem has become flooded with competitors in this new approach to app dynamics. InfoQ takes a closer look at the Mobile Backend as a Service (MBaaS) provider StackMob and its privacy practices.
-
Meet Nanoko: a Javascript SOA Platform and Build Process
Built by Ubidreams and Dynamis Technologies, Nanoko is a Javascript build process designed to provide modularity and reusability, complementing existing tools instead of reinventing them.
-
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.
-
Compile Scala to JavaScript With Scala.js
At the Scala Day last week, Sébastien Doeraene presented Scala.js, a Scala to JavaScript compiler. The compiler supports the full Scala language allowing its users to build web applications front to back in Scala and potentially reuse code between the server and the client.
-
TypeScript Release Adds Generics
The latest release of TypeScript adds generics and further increases its ability to support large-scale applications. TypeScript is Microsoft's entry in the growing field of languages that target JavaScript as a platform.