1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 02:37:14 +00:00

Iris + WebAssemply = = 💓

Former-commit-id: 44f08f112cfba8006d2a6fe34e32b24e5c246856
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-07-09 09:13:36 +03:00
parent 0297afdc6b
commit cd5109ae0e
9 changed files with 485 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ It doesn't always contain the "best ways" but it does cover each important featu
### Overview
- [Hello world!](hello-world/main.go)
- [Hello WebAssemply!](webassembly/basic/main.go) **NEW**
- [Glimpse](overview/main.go)
- [Tutorial: Online Visitors](tutorial/online-visitors/main.go)
- [Tutorial: A Todo MVC Application using Iris and Vue.js](https://hackernoon.com/a-todo-mvc-application-using-iris-and-vue-js-5019ff870064)