diff --git a/Home.md b/Home.md index de6fd48..c770c70 100644 --- a/Home.md +++ b/Home.md @@ -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]] diff --git a/Publications.md b/Publications.md index 9a6c6a0..1bddd77 100644 --- a/Publications.md +++ b/Publications.md @@ -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) diff --git a/Starter-kits.md b/Starter-kits.md index d31d818..9038fd4 100644 --- a/Starter-kits.md +++ b/Starter-kits.md @@ -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 | diff --git a/_Sidebar.md b/_Sidebar.md index 445fe55..c38fd1b 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -24,7 +24,7 @@ * [[Cache]] * [[File Server]] * [[View]] -* [[Dependency Injection|dependency-injection]] +* [[Dependency Injection|Dependency-Injection]] * [[MVC]] **TODO chapter** * [[Cookies]] * [[Testing]]