Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gofiber/recipes
📁 Examples for 🚀 Fiber
https://github.com/gofiber/recipes
cookbook examples fiber hacktoberfest recipe
Last synced: about 1 month ago
JSON representation
📁 Examples for 🚀 Fiber
- Host: GitHub
- URL: https://github.com/gofiber/recipes
- Owner: gofiber
- License: mit
- Created: 2020-02-05T21:36:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:36:11.000Z (6 months ago)
- Last Synced: 2024-05-22T20:41:22.710Z (6 months ago)
- Topics: cookbook, examples, fiber, hacktoberfest, recipe
- Language: Go
- Homepage: https://github.com/gofiber/fiber
- Size: 17.5 MB
- Stars: 2,891
- Watchers: 24
- Forks: 437
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-fiber - gofiber/recipes - Official Fiber cookbook. (📁 Recipes / 🌱 Third Party)
- jimsghstars - gofiber/recipes - 📁 Examples for 🚀 Fiber (Go)
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).