Client side scripting is useful in spite of the availbaility of powerful server side languages and server frameworks. Sharing the burden between client and server in such a way that the whole of the internet has bandwidth for all its users must be beneficial. Indeed in HTML5 an extremely useful application is form data validation before such data is sent to the server. The DOM, Document Object Model makes possible to do such things as validation, reorganizing content, or actually writing the content of a document from client side itself. We have created a skeleton web application for our experiments. The application, and its routing supports just a landing page, and one other page for our demo.