# examples **Repository Path**: holiat/jzero-examples ## Basic Information - **Project Name**: examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-08 - **Last Updated**: 2025-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # examples jzero examples ## Install ```shell go install github.com/jzero-io/jzero@latest jzero check ``` ## api ```shell jzero new simpleapi --frame api cd simpleapi jzero gen go mod tidy go run main.go server ``` ## gateway ```shell jzero new simplegateway --frame gateway cd simplegateway jzero gen go mod tidy go run main.go server ``` ## rpc ```shell jzero new simplerpc --frame rpc cd simplerpc jzero gen go mod tidy go run main.go server ``` ## cli ```shell jzero new simplecli --branch cli cd simplecli go mod tidy go run main.go ``` ## api-goctl ```shell jzero new simpleapi-goctl --branch api-goctl cd simpleapi-goctl jzero gen go mod tidy go run main.go server ``` ## rpc-goctl ```shell jzero new simplerpc-goctl --branch rpc-goctl cd simplerpc-goctl jzero gen go mod tidy go run main.go server ```