Attributions
This framework is an inspired work and derivation some of the best ideas from gofr, gofiber, zinc and http.zig.
As zero framework developer I extend my sincere thanks to all these open-source minds.
| Attribution | Remarks | Source | License |
|---|---|---|---|
| Iguana mascot | This iguana looks cute and simple like zero fmk | Icon | Flaticon Free |
| Idea | The framework idea is inspired from this | GoFr | Apache-2.0 |
| Idea | The ground work inspired from ages | Express | MIT |
| Idea | Code inspiration for zero fmk | zinc | MIT |
| Dependency | Reads and Loads .env files | dotenv | MIT |
| Dependency | Underlying http server that serves requests | http.zig | MIT |
| Dependency | Postgres driver for database activities | pg.zig | MIT |
| Dependency | Prometheus metrics provider | metrics.zig | MIT |
| Dependency | Handy for UUID | zul | MIT |
| Dependency | Redis driver for kv activities | okredis | MIT |
| Dependency | Regexp handling | zig-regex | MIT |
| Dependency | Timezone and Date handling | zdt | MIT |
| Dependency | MQTT Driver | mqttz | MIT |
| Dependency | JWT | zig-jwt | MIT |
| Duck Icon | Used as favicon for basic app | Icon | Flaticon Free |
| Dependency | SQLite driver for database activities | zig-sqlite | MIT |
| Dependency | NATS JetStream driver for pub/sub | nats.zig | Apache-2.0 |
| Dependency | Protobuf over HTTP (codegen + runtime) | zig-protobuf | MIT |
| Dependency | GraphQL over HTTP runtime | graphql-zig | MIT |