InfoQ Homepage JavaScript Content on InfoQ
-
Codio: A Multi-language IDE with Its Own Ubuntu Instance
Codio is a browser-based IDE supporting a large number of languages and including its own Ubuntu instance to test the code.
-
Raddish: Node.js Framework with Support for Threads and Sockets
Jasper van Rijbroek has released Raddish, a new Node.js framework with "ridiculous speeds" that also comes with out of the box support for threads and sockets. According to its own notes, Raddish aims to be "amazingly fast". Van Rijbroek told InfoQ that by using a fallback system Raddish allows developers to write less code to reach their goals.
-
Google Launches Gmail API Beta
At the last Google I/O Google has introduced a new Gmail API aiming at "giving developers flexible, RESTful access to the user's inbox, with a natural interface to Threads, Messages, Labels, Drafts, and History", and bringing developers multiple benefits over IMAP, says Google.
-
Bootstrap 3.2 Adds Responsive Embeds Among Others
Bootstrap 3.2 adds responsive embeds, objects and iframes, several new responsive utility classes, a considerable number of small improvements and bug fixes.
-
Dartium Comes To Android
Dart 1.5 released last week with a focus on mobile development. This includes a version of Dartium that works on Android along with editor improvements to support debugging of mobile web apps built using Dart.
-
Chrome Dev Editor: A New JavaScript and Dart IDE
A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.
-
Ampersand.js: a New "Non-Frameworky Framework" to Rival Backbone.js
&yet has released Ampersand.js, a "non-frameworky" framework for building JavaScript applications, heavily inspired by Backbone.js. Ampersand.js distinguishes itself from Backbone.js primarily by being more modular and adding some new (fully optional) features.
-
Cayley: A Graph Engine Inspired by Google’s Knowledge Graph
Barak Michener, a Software Engineer working for the Google Knowledge Team, has open sourced a personal project called Cayley, a graph database inspired by Freebase and the Google Knowledge Graph, the later powering Google’s search engine. Freebase is a collection of free structured data, currently at ~2.7B facts and counting, and an API for querying this data.
-
Node Security Project Aims at Making Node.js More Secure
Node Security Project has been quietly working at improving Node.js security for a few months now. The project has the goal of auditing Node.js existing module base to help "improve Node landscape and provide confidence to developers and enterprises about the state of security in Node.js land."
-
Orion 6.0 Brings Language Tooling Support for JavaScript
Orion 6.0 will be released this month, bringing with it improvements to the language tooling support for JavaScript development.
-
Synth, API-First Web Framework, Confuses Community
Synth, an API-first web framework built on Node.js, was announced recently. Features include preload angular model data on page load, preload HTML view on page load, and a simplified project structure. Despite some positive reactions, it has also been greeted with confusion from the wider developer community.
-
Socket.IO 1.0 Release Brings Binary Support, new Engine.IO Module
Guillermo Rauch has released version 1.0 of the Socket.IO realtime JavaScript library, bringing with it the new Engine.IO module, and support for sending binary data. Coming more than two years since the last major release, the JavaScript community has largely greeted the news warmly, but for some the release has been too long coming.
-
Facebook Unveils Jest for JavaScript Unit Testing, Automatic Mocking
Facebook has released Jest, built on top of the Jasmine test framework, for JavaScript Unit Testing. Jest automatically mocks dependencies when running tests, and uses CommonJS instead of a proprietary module loader.
-
Google Is Now Indexing JavaScript and CSS Content: Pitfalls to Avoid
Google has announced that Googlebot, its web crawler, now executes and indexes some content in JavaScript. This change could impact negatively search results, unless a few basic rules are taken into account.
-
Dart 1.4 Brings New Tool for Performance Analysis
Google has released version 1.4 of its web programming language Dart. The release brings with it Observatory; a new tool for performance analysis, and a new experimental feature for dart:io, ServerSocket references.