1.0.1 • Published 4 years ago

@ziqquratu/terminal v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Ziqquratu

This is the Ziqquratu mono-repo, containing code, tests and documentation for the Ziqquratu publishing framework. To get started head over to the user documentation.

Introduction

Ziqquratu is a lightweight open-source database written in typescript with the purpose of publishing content in a web application such as a blog or a larger web site. The framework is isomorphic, meaning it can run both on the server and the client.

Philosophy

The framework was created mainly to make it easy to share content between a server and a client. It was built using a highly modular design with scalability in mind which means you could use it for a simple web-page, blog or larger web application.

When running it in a web-browser you probably want to have the content rendered using some front-end framework. Ziqquratu does not limit your choices here.