mirror of
https://github.com/kataras/iris.git
synced 2026-06-17 11:03:35 +00:00
f487cd0029
Former-commit-id: 98895c34115ec2076b431332f0ffe9645adf7590
Examples
This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the Iris web framework.
It doesn't contains "best ways" neither explains all its features. It's just a simple, practical cookbook for young Go developers!
Developers should read the official documentation in depth.
Table of Contents
- Hello World
- Routes (using httprouter)
- Routes (using gorillamux)
- Templates
- Forms
- JSON
- Upload Files
- Static Files
- Favicon
- Password Hashing
- Sessions
- Websockets
- Markdown and Cache
- Online Visitors
- URL Shortener
Take look at the community examples too!