# recipes **Repository Path**: yzbob/recipes ## Basic Information - **Project Name**: recipes - **Description**: go-fiber官方示例 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/gofiber/recipes.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🍳 Examples for [Fiber](https://github.com/gofiber/fiber) **Welcome to the official Fiber cookbook**! Here you can find the most **delicious** recipes to cook delicious meals using our web framework. ## 🌽 Table of contents - [Amazon Web Services (AWS) Elastic Beanstalk](/aws-eb) - [AWS SAM](/aws-sam) - [Certificates from Let's Encrypt](/autocert) - [Clean Architecture](/clean-architecture) - [Cloud Run](/cloud-run) - [Colly Scraping using Fiber and PostgreSQL](/fiber-colly-gorm) - [CSRF-with-Session](/csrf-with-session) - [CSRF](/csrf) - [Custom 404 Not Found](/404-handler) - [Dependency Injection (with Parsley)](/parsley) - [Docker MariaDB Clean Architecture](/docker-mariadb-clean-arch) - [Docker Nginx Loadbalancer](/docker-nginx-loadbalancer) - [Docker Postgres-JWT](/auth-docker-postgres-jwt) - [DummyJson](/dummyjson/) - [Enable HTTPS/TLS using PKCS12 store](/https-pkcs12-tls) - [Enable HTTPS/TLS](/https-tls) - [Enable Preforking](/prefork) - [Ent Mysql Example](/ent-mysql) - [Entgo Sveltekit](/entgo-sveltekit) - [Firebase Functions](/firebase-functions) - [GeoIP (with MaxMind databases)](/geoip-maxmind) - [GeoIP](/geoip) - [GORM Mysql Example](/gorm-mysql) - [GORM](/gorm) - [Graceful shutdown](/graceful-shutdown) - [GraphQL](/graphql) - [Hello, World!](/hello-world) - [Heroku App](/heroku) - [Hexagonal Architecture](/hexagonal) - [i18n](/i18n) - [JWT](/jwt) - [Kubernetes](/k8s) - [Listen on Multiple Ports](/multiple-ports) - [Live Reloading (Air)](/air) - [Memgraph](/memgraph) - [MongoDB](/mongodb) - [MVC Application Bootstrap](/fiber-bootstrap) - [Netlify Functions](fiber-svelte-netlify) - [OAuth2 Google](/oauth2-google) - [PostgreSQL](/postgresql) - [RabbitMQ](rabbitmq) - [React Router](/react-router) - [Recover from panic](/recover) - [RSS feed](/rss-feed) - [Serve Static Files](/file-server) - [Server Timing](/server-timing) - [Server-Sent Events](/sse) - [Sessions-SQLite3](/sessions-sqlite3) - [Single Page Application Example](/spa) - [Socket.io](/socketio) - [Sqlboiler](/sqlboiler) - [Sqlc](/sqlc) - [Streaming of the Request Body](/stream-request-body) - [Sveltekit Embed](/sveltekit-embed) - [Tableflip (Graceful updates)](/tableflip) - [Template Asset Bundling](/template-asset-bundling) - [Unit Test Example](/unit-test) - [Upload Multiple Files](/upload-file/multiple) - [Upload Single File](/upload-file/single) - [URL shortener API](/url-shortener-api) - [User Auth with JWT](/auth-jwt) - [Validation](/validation) - [Vercel](/vercel) - [WebSocket Chat Example](/websocket-chat) - [WebSockets](/websocket) ## 👩‍🍳 Have a delicious recipe? If you have found an amazing recipe for **Fiber** — share it with others! We are ready to accept your [PR](https://github.com/gofiber/recipes/pulls) and add your recipe to the cookbook (both on [website](https://docs.gofiber.io) and this repository).