How Facebook is not using PHP by still using PHP?

Facebook technology stack consist of application written in many language, including PHP and many others. Facebook still using PHP but it has built a compiler for it so it can be turned into native code on. Facebook doesn’t use PHP for its core system, at Facebook, they uses C++ heavily on back end system. Apparently … Read more

How to choose a technology for a Web Application

With internet celebrating its silver anniversary, I must say we have really come a long way in a short span of time.  Many technologies and platforms have evolved. Cherry picking web application, this particular area has seen maximum evolution . We have an outburst of several web pages that kept challenging of something new. Many … Read more

PHP and HTML5 WebSocket server and client communication

WebSocket is a web technology providing communications channels over a single TCP connection. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. Few years back HTML5 opened WebSocket technology, now we can use WebSockets using javascript. A secure … Read more