add pusher.com publication and starter kit

Gerasimos (Makis) Maropoulos 2019-07-22 07:17:59 +03:00
parent 2fd6d81ddd
commit a757ac1178
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4
4 changed files with 4 additions and 2 deletions

@ -29,7 +29,7 @@ This wiki is the main source of documentation for **developers** working with (o
* [[Cache]]
* [[File Server]]
* [[View]]
* [[Dependency Injection|dependency-injection]]
* [[Dependency Injection|Dependency-Injection]]
* [[MVC]] **TODO chapter**
* [[Cookies]]
* [[Testing]]

@ -2,6 +2,7 @@ Prepare a cup of coffee or tea, whatever pleases you the most, and read some art
* [A URL Shortener Service using Go, Iris and Bolt (Updated)](https://bit.ly/2KeP6pE)
* [CRUD REST API in Iris (a framework for golang)](https://bit.ly/2X9EsXl)
* [Monitor APIs in realtime using Go and Iris](https://pusher.com/tutorials/monitor-api-go)
* [A Todo MVC Application using Iris and Vue.js](https://bit.ly/2KgEarI)
* [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://bit.ly/2Kfdsjf)
* [Top 6 web frameworks for Go as of 2017](https://bit.ly/2wMi9YY)

@ -2,6 +2,7 @@
| --------|-------------|-------|--------|
| [snowlyg/IrisApiProject](https://bit.ly/2IaL1R6) | Iris + gorm + jwt + sqlite3 | 200 | @snowlyg |
| [yz124/superstar](https://bit.ly/2WF4ZfK) | Iris + xorm to implement the star library | 70 | @yz124 |
| [pusher.com](https://pusher.com/tutorials/monitor-api-go) | A realtime API monitor written with go | 5 | @neoighodaro |
| [jebzmos4/Iris-golang](https://bit.ly/2XFyESo) | A basic CRUD API in golang with Iris | 8 | @jebzmos4 |
| [gauravtiwari/go_iris_app](https://bit.ly/2XFVYQ4) | Basic web app built in Iris | 21 | @gauravtiwari |
| [iris-contrib/Iris-Mini-Social-Network](https://bit.ly/2KJvZn7) | A mini social-network created with the awesome Iris💖💖 | 47 | @iris-contrib |

@ -24,7 +24,7 @@
* [[Cache]]
* [[File Server]]
* [[View]]
* [[Dependency Injection|dependency-injection]]
* [[Dependency Injection|Dependency-Injection]]
* [[MVC]] **TODO chapter**
* [[Cookies]]
* [[Testing]]