THE BRIDGE

tag Technical Rockstars

Japan’s noBackend development platform Milkcocoa now eases IoT and M2M integration

SHARE:

See the original story in Japanese. Some of our readers may recall that we introduced the Milkcocoa platform developed by Fukuoka-based startup Technical Rockstars. It enables automation of managing servers through single-line script tag insertion into the HTML source, which means support for front-end engineers in managing the back-end environment from its front-end side. So the platform is an ideal solution for startups or system integrators with their hands full developing front-end apps and cannot afford to manage the back-end environment. Technical Rockstars recently announced platform upgrade roll-outs platform with added support for three new functions: JSON Web Token (JWT), MQ Telemetry Transport (MQTT) protocol, and Node.js SDK (software development kit). With the platform’s support for JWT, developers will not need to code from scratch for Facebook/Twitter login or enterprise systems’ login functions using authentication services like Auth0 and AuthRocket, allowing them to take these functions outside to the Milkcocoa platform easily and securely. Often applied to M2M (machine-to-machine) network and the IoT (internet of things) field, MQTT Protocol enables accepting many sessions with low-energy consumption because the protocol is lightweight and  lessens the loads on CPUs, communication modules as well as connected networks;  conventional versions of Milkcocoa required HTTP and WebSocket connections. Furthermore, support for  Node.js SDK simplifies the connection procedure for Milkcocoa interactions with IoT frameworks (e.g., Raspberry PI or Edison) yet increases their reliability. Milkcocoa was developed based…

milkcocoa_featuredimage

See the original story in Japanese.

Some of our readers may recall that we introduced the Milkcocoa platform developed by Fukuoka-based startup Technical Rockstars. It enables automation of managing servers through single-line script tag insertion into the HTML source, which means support for front-end engineers in managing the back-end environment from its front-end side. So the platform is an ideal solution for startups or system integrators with their hands full developing front-end apps and cannot afford to manage the back-end environment.

Technical Rockstars recently announced platform upgrade roll-outs platform with added support for three new functions: JSON Web Token (JWT), MQ Telemetry Transport (MQTT) protocol, and Node.js SDK (software development kit).

With the platform’s support for JWT, developers will not need to code from scratch for Facebook/Twitter login or enterprise systems’ login functions using authentication services like Auth0 and AuthRocket, allowing them to take these functions outside to the Milkcocoa platform easily and securely.

Often applied to M2M (machine-to-machine) network and the IoT (internet of things) field, MQTT Protocol enables accepting many sessions with low-energy consumption because the protocol is lightweight and  lessens the loads on CPUs, communication modules as well as connected networks;  conventional versions of Milkcocoa required HTTP and WebSocket connections. Furthermore, support for  Node.js SDK simplifies the connection procedure for Milkcocoa interactions with IoT frameworks (e.g., Raspberry PI or Edison) yet increases their reliability.

Milkcocoa was developed based on the NoBackend approach, aiming to allow front-end engineers to develop web apps without considering back-end operations. With the current upgrade, the platform will even allow hardware engineers and IoT-focused software engineers to devote themselves to their jobs without considering the cloud and back-end environment.

Technical Rockstars CEO Shuhei Hiya, who in 2010 was designated a “supercreator” by IPA, the government-backed IT promotion authority, provided the following comment:

We want even novice engineers to eagerly develop a variety of services — regardless of web services, IoT or whatever — without worrying about drudgery around developing authentication process or configuring servers.

The Technical Rockstars members started writing a series column on Japanese online IT publication Gihyo.jp, introducing Milkcocoa utilization cases since March. Even the freemium version of the platform will work enough to try functionalities except the limit of the maximum concurrent connections so those who are interested in using the platform are highly recommended to give it a try.

Looking forward, Technical Rockstars will  introduce the Milkcocoa premium edition soon, followed by SDK for Android and iOS apps, then an online dashboard allowing developers to see the data being streamed into their apps.

Translated by Taijiro Takeda
Edited by Masaru Ikeda
Proofread by “Tex” Pomeroy

Japanese startup aims to eliminate database management drudgery for developers

SHARE:

See the original story in Japanese. Many startups offer platforms that allow users to develop outputs without the need for special skills, such as Monaca (developing mobile apps only with web app development skills) and Prott (prototyping mobile apps only with design skills). Zugyuuun, which was showcased at the recent Samurai Venture Summit event, gives users the tools to develop connected hardware devices that only require HTML and JavaScript coding skills. A new API called Milkcocoa eliminates back-end environment management operations for web developers. From an engineering perspective, the expansion of cloud services has reduced the need to visit data centers to set up or tune-up servers. But many back-end operations remain, such as maintaining server instances, so that front-end apps can keep properly serving users. An engineer may have to handle both front-end and back-end environments at several small startups. An engineer that is focused on the front-end of developing services may get into trouble to adjust the back-end environment. A small company may not be able to afford to hire someone to handle this task. Milkcocoa is the answer for such a situation. When developing a web app having a feature like login or a user-to-user messaging system,…

milkcocoa-hiya-kawano
From the left: Technical Rockstars CEO Shuhei Hiya, and CMO Yohei Kawano

See the original story in Japanese.

Many startups offer platforms that allow users to develop outputs without the need for special skills, such as Monaca (developing mobile apps only with web app development skills) and Prott (prototyping mobile apps only with design skills). Zugyuuun, which was showcased at the recent Samurai Venture Summit event, gives users the tools to develop connected hardware devices that only require HTML and JavaScript coding skills.

A new API called Milkcocoa eliminates back-end environment management operations for web developers. From an engineering perspective, the expansion of cloud services has reduced the need to visit data centers to set up or tune-up servers. But many back-end operations remain, such as maintaining server instances, so that front-end apps can keep properly serving users.

An engineer may have to handle both front-end and back-end environments at several small startups. An engineer that is focused on the front-end of developing services may get into trouble to adjust the back-end environment. A small company may not be able to afford to hire someone to handle this task. Milkcocoa is the answer for such a situation.

milkcocoa_screenshot

When developing a web app having a feature like login or a user-to-user messaging system, data sets (e.g., user ID or password) are usually stored in a database like MySQL or PostgreSQL in the open source environment. Special skills are needed to manage a database so that a web app and database can exchange data. But Milkcocoa allows a user to forget about processes around a database because these functions become possible by simply coding JavaScript functions. The Milkcocoa platform has a web-based dashboard that allows the maintenance of sets of login IDs and passwords in order to control user access to an app, which will enable the development of a simple app without a database environment, but only with web server components like Apache.

The platform was developed by Japanese startup Technical Rockstars, led by Shuhei Hiya. He was qualified in a Mitou Youth project and officially approved as a “super creator” in 2010 by Japanese governmental IT promotion agency IPA. Technical Rockstars was previously based in Fukuoka because many team members are graduates of Kyushu University, where they created app development tools for non-programmers, such as diagram-based coding environment Clooca (somewhat like Yahoo Pipes?) and Dataflow programming language FLOWer. Upon the beta launch of the Milkcocoa platform in August, they relocated to Shibuya, Tokyo, to explore funding opportunities and partnerships with other startups.

Hiya outlined their plans:

We only have a freemium version, but we are planning to launch a premium version in January or February next year. The premium version will give users an option of auto-scale out, which adds a number of virtual nodes automatically in accordance with a traffic balance to your app. Furthermore, it will also enable user authentication using Facebook, Twitter, or Google accounts by merely inserting a line of JavaScript code to your app.

Milkcocoa uses AWS (Amazon Web Services) as their back-end environment. To provide users with the auto-scale out function, Milkcocoa will have to pay more to AWS for adding active instances. To cover this expense, Milkcocoa will need to raise money from investors.

CMO Yohei Kawano elaborated:

Our corporate philosophy is to make app creation easy. We want more startups to use Milkcocoa. That’s why we expect to attract investors with a vast network of startups rather than money.

There is great demand for this type of service in the global market. Y Combinator-backed Firebase and Facebook-acquired Parse might be competitors for the Technical Rockstars team, but these US-based platforms are primarily targeting the US market. So the Japanese startup aims to expand to Asia after launching the premium version. Their website, tutorials, and technical documents are available in English in preparation for the upcoming global expansion.

CEO Hiya will pitch at HTML5Minutes, a startup showcase event in Harumi, Tokyo, on Monday evening.