Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 433 Bytes

Kartusche

Kartusche is a development and run time environment for single file web apps. In a nutshell, each kartusche is a single file containing all the code and data needed to run the application.

If you're interested in the reasoning and merits of this approach, please check out motivation document.

Building

Kartusche is a pure go application and be build with a simple

go build .