This document describes a GCF Application Server that allows a web application and Qt application to communicate with each other. The server uses GCFMessage.js to send requests from a web page to GCFApplicationServer.php, which redirects the requests to a GCFAppServer. The GCFAppServer contains components that can handle the requests and return responses back to the web page. This allows a web page to invoke methods on Qt application objects and receive responses.