mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
add pusher.com publication and starter kit
parent
2fd6d81ddd
commit
a757ac1178
2
Home.md
2
Home.md
|
@ -29,7 +29,7 @@ This wiki is the main source of documentation for **developers** working with (o
|
||||||
* [[Cache]]
|
* [[Cache]]
|
||||||
* [[File Server]]
|
* [[File Server]]
|
||||||
* [[View]]
|
* [[View]]
|
||||||
* [[Dependency Injection|dependency-injection]]
|
* [[Dependency Injection|Dependency-Injection]]
|
||||||
* [[MVC]] **TODO chapter**
|
* [[MVC]] **TODO chapter**
|
||||||
* [[Cookies]]
|
* [[Cookies]]
|
||||||
* [[Testing]]
|
* [[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)
|
* [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)
|
* [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 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)
|
* [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)
|
* [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 |
|
| [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 |
|
| [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 |
|
| [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 |
|
| [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 |
|
| [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]]
|
* [[Cache]]
|
||||||
* [[File Server]]
|
* [[File Server]]
|
||||||
* [[View]]
|
* [[View]]
|
||||||
* [[Dependency Injection|dependency-injection]]
|
* [[Dependency Injection|Dependency-Injection]]
|
||||||
* [[MVC]] **TODO chapter**
|
* [[MVC]] **TODO chapter**
|
||||||
* [[Cookies]]
|
* [[Cookies]]
|
||||||
* [[Testing]]
|
* [[Testing]]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user