An open-source project by Facebook has made it as SD Times’ GitHub project of the week. The project is called Wangle, and it is a client/server application framework to build asynchronous, event-driven modern C++ services. Facebook open-sourced this project last summer, but recently a Facebook software engineer named James Sedgwick wrote some software with Wangle, … continue reading
Altova announced this morning new pricing and functionality for MobileTogether 2.1, a framework for building and deploying native mobile apps. Version 2.1 introduced more than 20 features based on developer feedback, from functionality for building tables, to error-handling actions, and also flexible options for UI design. With MobileTogether 2.1, the app development environment is free … continue reading
Due to the lack of variety in brackets and parentheses on a regular keyboard, the syntax of modern C++ sometimes gets tricky, according to Dima Korolev, captain of engineering at opinion aggregation company Staance. Some problems with C++ include array indexing and lambda definitions. Korolev also mentioned that Objective-C uses square brackets to send messages. … continue reading
An open-source framework wants to tackle the challenges presented by moving to microservices and speed up application development so programmers do not have to spend as much time building software infrastructure. AquaJS is a framework for Node.js that was created at Equinix, which provides carrier-neutral datacenters and Internet exchanges for interconnection. AquaJS was developed to … continue reading
There is a new JavaScript UI project for the mobile Web, and it’s giving Web developers a tool to create native-like app experiences. SamsaraJS is a functional reactive library for animating layout. It provides a language for positioning, orienting and sizing DOM elements, and animating these properties over time. According to its GitHub page, “Everything … continue reading
After a recent celebration of the 10th anniversary of Rails 1.0, Ruby on Rails announced the first beta release of Rails 5.0 on Friday. Rails 5.0 has a new framework for handling WebSockets, called Action Cable. It’s an integrated solution that includes an EventMachine-powered connection loop, a thread-backed channels layer for server-side processing, and a … continue reading
Google is expanding the reach of its Project Tango Tablet Development Kits to more countries worldwide. Starting today the dev kits for the mobile computer vision platform are available in Canada and South Korea, and on Aug. 26 the kits will be available in Denmark, Finland, France, Germany, Ireland, Italy, Norway, Sweden, Switzerland, and the … continue reading
This week’s featured GitHub project was created with the mantra that building HTML5 games should be just as fun as playing them. Phaser is an open-source 2D game framework for building HTML5 games to run on desktop and mobile browsers. The framework supports Canvas and WebGL rendering, and games can be compiled to Android and … continue reading
French developer Kévin Dunglas has released the 1.0.0 beta version of API Platform, an open-source “API-first” PHP framework for creating interoperable single-page applications, native mobile apps, and websites. It is built on Symfony reusable PHP components. With API Platform, developers can first build a hypermedia REST API application before integrating and leveraging other popular client-side development … continue reading