Making Your Google App Engine Backend Scalable

Posted on Leave a commentPosted in Stories

Making Your Google App Engine Backend Scalable

Google App Engine (GAE) is known as a cloud computing platform for developing and hosting web apps. It was designed to automatically scale for web apps as requests increase. In GAE, regular requests have a short deadline of 30 seconds. Longer running processes must rely on App Engine Backends which allows processes to run continuously and consume more memory.

read more...

How will WebRTC Transform the Internet?

Posted on Leave a commentPosted in Custom Programming, Idea Center, Technology Center

How will WebRTC Transform the Internet?

WebRTC is the latest technology on video conferencing and peer-to-peer network that is contributed by Google to the Open-Source Community. For regular users, WebRTC means easier way to call your friends and family. You can use your regular web browser to call and achieve better quality than most communication tools out there.

read more...