Add a link to help new gophers to learn how to convert their apps to Iris

Former-commit-id: 9117632d38b53bb67bd2a24d3f11938c14effa91
This commit is contained in:
kataras 2017-08-02 15:36:56 +03:00
parent f143d506a0
commit 41bc0f40ba

View File

@ -41,6 +41,7 @@ Iris is a fast, simple and efficient micro web framework for Go. It provides a b
* [Tutorial: Online Visitors](_examples/tutorial/online-visitors)
* [Tutorial: URL Shortener using BoltDB](https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7)
* [Tutorial: How to turn your Android Device into a fully featured Web Server (**MUST**)](https://twitter.com/ThePracticalDev/status/892022594031017988)
* [POC: Convert the medium-sized project "Parrot" from native to Iris](https://github.com/iris-contrib/parrot)
* [Middleware](middleware/)
* [Dockerize](https://github.com/iris-contrib/cloud-native-go)
* [Community & Support](#-community)