1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-21 10:56:01 +00:00

MVC Example - you can learn a lot | Asleep for your eyes (again)

Former-commit-id: cd66c00b29c903b724763cb84cae96426934acb5
This commit is contained in:
kataras
2017-08-13 07:57:47 +03:00
parent 39a24fb7cb
commit 2786ca1960
11 changed files with 325 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ It doesn't always contain the "best ways" but it does cover each important featu
- [Glimpse](overview/main.go)
- [Tutorial: Online Visitors](tutorial/online-visitors/main.go)
- [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](https://medium.com/@kataras/how-to-turn-an-android-device-into-a-web-server-9816b28ab199)
- [Tutorial: How to turn your Android Device into a fully featured Web Server (**MUST**)](https://twitter.com/ThePracticalDev/status/892022594031017988)
- [Tutorial: Controllers from scratch (**Coming soon as built'n feature, probably at v8.3**)](tutorial/mvc)
### HTTP Listening
@@ -193,6 +194,7 @@ iris cache library lives on its own [package](https://github.com/kataras/iris/tr
> You're free to use your own favourite caching package if you'd like so.
### Sessions
iris session manager lives on its own [package](https://github.com/kataras/iris/tree/master/sessions).
- [Overview](sessions/overview/main.go)