Voyzu Airport Flights Board

Some example Voyzu Framework Patterns in use

Home

This web application demonstrates some Voyzu Framework web patterns.

The Voyzu Framework is an open source Rapid Application Development framework for building web applications using NodeJS

The flight board is an example of a simple CRUD system. Sample data is generated by default on application start up and stored in memory. This means that data is not persistant, i.e. every time you start the application all data will be deleted and new sample data added. Api calls are made to add and delete flights.

Process Flights is an example of an async process using the Voyzu Framework. Redis is used to power async operations in the Voyzu Framework.