All sections / {current.section.title} / {current.chapter.title} / {current.topic.title} / {current.title} / {current.title} / {current.title} / {current.title}

Platform Architecture


Overview

The Zeydaan Website is delivered as a modern web application. It has been developed by Oxford Information Labs who have many years experience in writing secure modern web based systems for both the DNS industry and other public and private sector organisations.

The main access point for users is via the frontend web interface which is developed using the Angular Javascript framework. This web interface uses modern AJAX techniques to create standard REST API requests to the backend service to save and retrieve data and execute application based operations.

The backend service builds on a set of open source libraries (informally known as the "Kini" libraries) developed by Oxford Information Labs as a secure suite of object oriented application tools adhering to modern best practices with a high emphasis on security and extensibility. As well as being developed using a test driven agile methodology, these libraries have additionally been subjected to regular security and penetration testing to ensure that they meet the highest of security standards. The Kini libraries are mostly written in Object Oriented PHP 7 and the backend service for zeydaan.com is deployed on standardised secure cloud infrastructures for performance and rapid scaling.

Top