Guidelines
Protocol
Support for both HTTP and gRPC
Implementation
- HTTP (SvelteKit, Next.js, or Vue.js) is used between the client panel and the main server.
- gRPC (HTMX) is used between the admin panel and the main server.
gRPC generation
Make sure you have the latest version of the protoc-gen-go
plugin installed:
For gRPC implementation, all proto files are inside the proto
folder. After making any changes, we need to generate new types:
Need help?
Visit our discord server to ask any questions, make suggestions and give feedback :).
Was this page helpful?