mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
549c8eba10
Former-commit-id: 059f5fcd6c1df8df11ed2594ee3c1b1ccc13c7b0 |
||
---|---|---|
.. | ||
examples | ||
README.md |
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 using BoltDB
Take look at the community examples too!