https://github.com/numtide/kartusche
https://github.com/numtide/kartusche
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numtide/kartusche
- Owner: numtide
- License: agpl-3.0
- Created: 2022-05-01T14:16:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T09:34:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:51:09.917Z (over 1 year ago)
- Language: Go
- Size: 182 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./docs/motivation.md) document.
## Building
Kartusche is a pure go application and be build with a simple
```bash
go build .
```