Recipes
Learn to use the Gracile web framework by practicing on those common cases.
Learn to use the Gracile web framework by practicing on those common cases.
This is a full example of how to handle forms in Gracile. Server-only handling, no JS needed.
This is a full example of how to handle forms in Gracile, with client-side JavaScript augmentation. In this recipe, both approaches will work, so the user can…
Gracile doesn’t aim to replace full-fledged HTTP frameworks like Express, Hono, Elysia, Fastify, etc. However, you might want to colocate JSON endpoints with…
SSE are a powerful way to retrieve real-time data streams from the server to your client.