mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
add https://github.com/snowlyg/IrisApiProject to starter kits (chinese)
Former-commit-id: d09c795018df59834af91a8ba087649bcb023d8d
This commit is contained in:
parent
4a77067c8a
commit
67081d8219
56
README.md
56
README.md
|
@ -96,6 +96,34 @@ func main() {
|
||||||
$ go run example.go
|
$ go run example.go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Iris starter kits
|
||||||
|
|
||||||
|
<!-- table form
|
||||||
|
| Description | Link |
|
||||||
|
| -----------|-------------|
|
||||||
|
| Hasura hub starter project with a ready to deploy golang helloworld webapp with IRIS! | https://hasura.io/hub/project/hasura/hello-golang-iris |
|
||||||
|
| A basic web app built in Iris for Go |https://github.com/gauravtiwari/go_iris_app |
|
||||||
|
| A mini social-network created with the awesome Iris💖💖 | https://github.com/iris-contrib/Iris-Mini-Social-Network |
|
||||||
|
| Iris isomorphic react/hot reloadable/redux/css-modules starter kit | https://github.com/iris-contrib/iris-starter-kit |
|
||||||
|
| Demo project with react using typescript and Iris | https://github.com/ionutvilie/react-ts |
|
||||||
|
| Self-hosted Localization Management Platform built with Iris and Angular | https://github.com/iris-contrib/parrot |
|
||||||
|
| Iris + Docker and Kubernetes | https://github.com/iris-contrib/cloud-native-go |
|
||||||
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
|
-->
|
||||||
|
|
||||||
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
|
> Did you build something similar? Let us [know](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
## API Examples
|
## API Examples
|
||||||
|
|
||||||
### Using Get, Post, Put, Patch, Delete and Options
|
### Using Get, Post, Put, Patch, Delete and Options
|
||||||
|
@ -955,33 +983,7 @@ First of all, the most correct way to begin with a web framework is to learn the
|
||||||
- Navigate through **100+1** **[examples](_examples)** and some [iris starter kits](#iris-starter-kits) we crafted for you
|
- Navigate through **100+1** **[examples](_examples)** and some [iris starter kits](#iris-starter-kits) we crafted for you
|
||||||
- Read the [godocs](https://godoc.org/github.com/kataras/iris) for any details
|
- Read the [godocs](https://godoc.org/github.com/kataras/iris) for any details
|
||||||
- Prepare a cup of coffee or tea, whatever pleases you the most, and read some [articles](#articles) we found for you
|
- Prepare a cup of coffee or tea, whatever pleases you the most, and read some [articles](#articles) we found for you
|
||||||
|
- Run some of our [starter kits](#iris-starter-kits)
|
||||||
### Iris starter kits
|
|
||||||
|
|
||||||
<!-- table form
|
|
||||||
| Description | Link |
|
|
||||||
| -----------|-------------|
|
|
||||||
| Hasura hub starter project with a ready to deploy golang helloworld webapp with IRIS! | https://hasura.io/hub/project/hasura/hello-golang-iris |
|
|
||||||
| A basic web app built in Iris for Go |https://github.com/gauravtiwari/go_iris_app |
|
|
||||||
| A mini social-network created with the awesome Iris💖💖 | https://github.com/iris-contrib/Iris-Mini-Social-Network |
|
|
||||||
| Iris isomorphic react/hot reloadable/redux/css-modules starter kit | https://github.com/iris-contrib/iris-starter-kit |
|
|
||||||
| Demo project with react using typescript and Iris | https://github.com/ionutvilie/react-ts |
|
|
||||||
| Self-hosted Localization Management Platform built with Iris and Angular | https://github.com/iris-contrib/parrot |
|
|
||||||
| Iris + Docker and Kubernetes | https://github.com/iris-contrib/cloud-native-go |
|
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
|
||||||
-->
|
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
|
||||||
|
|
||||||
> Did you build something similar? Let us [know](https://github.com/kataras/iris/pulls)!
|
|
||||||
|
|
||||||
### Middleware
|
### Middleware
|
||||||
|
|
||||||
|
|
19
README_GR.md
19
README_GR.md
|
@ -182,15 +182,16 @@ _Η τελευταία ενημέρωση έγινε την [Τρίτη, 21 Νο
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> Έχετε χτίσει κάτι παρόμοιο; [Ενημέρωσέ μας](https://github.com/kataras/iris/pulls)!
|
> Έχετε χτίσει κάτι παρόμοιο; [Ενημέρωσέ μας](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
|
|
19
README_ID.md
19
README_ID.md
|
@ -180,15 +180,16 @@ Pertama - tama, cara yang paling tepat untuk memulai dengan web framework adalah
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> Apakah anda membuat hal yang serupa? [Beritahu kami](https://github.com/kataras/iris/pulls)!
|
> Apakah anda membuat hal yang serupa? [Beritahu kami](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
|
|
|
@ -180,15 +180,16 @@ Irisプロジェクトに貢献して頂ける方は、[CONTRIBUTING.md](CONTRIB
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> 似たようなものを開発しましたか? [私たちにも教えてください!](https://github.com/kataras/iris/pulls)
|
> 似たようなものを開発しましたか? [私たちにも教えてください!](https://github.com/kataras/iris/pulls)
|
||||||
|
|
||||||
|
|
|
@ -185,15 +185,16 @@ padrão. Feito isso, você pode seguir as seguintes diretrizes:
|
||||||
| Quickstart do Iris com Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart do Iris com Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject)
|
||||||
2. [Web app básico utilizando o Iris](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [Uma mini rede social criada com o incrível Iris💖💖] (https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: Web app básico utilizando o Iris](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [Uma mini rede social criada com o incrível Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Projeto demo usando react com typescript e Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Plataforma de Gerenciamento de Localização auto hospedada criada com Iris e Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Projeto demo usando react com typescript e Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker e Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Plataforma de Gerenciamento de Localização auto hospedada criada com Iris e Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart do Iris com Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker e Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [Um projeto Hasura para iniciantes pronto para o deply com um app Golang hello-world utilizando o IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart do Iris com Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: Um projeto Hasura para iniciantes pronto para o deply com um app Golang hello-world utilizando o IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> Voce criou algo parecido ? [Informe-nos](https://github.com/kataras/iris/pulls)!
|
> Voce criou algo parecido ? [Informe-nos](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
|
|
19
README_RU.md
19
README_RU.md
|
@ -180,15 +180,16 @@ _Обновлено: [Вторник, 21 ноября 2017 г.](_benchmarks/READ
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> Вы построили что-то подобное? Дайте нам [знать](https://github.com/kataras/iris/pulls)!
|
> Вы построили что-то подобное? Дайте нам [знать](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
|
|
19
README_ZH.md
19
README_ZH.md
|
@ -175,15 +175,16 @@ _更新于: [2017年11月21日星期二](_benchmarks/README_UNIX.md)_
|
||||||
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
| Quickstart for Iris with Nanobox | https://guides.nanobox.io/golang/iris/from-scratch |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
1. [A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
1. [snowlyg/IrisApiProject: Iris + gorm + jwt + sqlite3](https://github.com/snowlyg/IrisApiProject) **NEW-Chinese**
|
||||||
2. [A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
2. [jebzmos4/Iris-golang: A basic CRUD API in golang with Iris](https://github.com/jebzmos4/Iris-golang)
|
||||||
3. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
3. [gauravtiwari/go_iris_app: A basic web app built in Iris for Go](https://github.com/gauravtiwari/go_iris_app)
|
||||||
4. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
4. [A mini social-network created with the awesome Iris💖💖](https://github.com/iris-contrib/Iris-Mini-Social-Network)
|
||||||
5. [Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
5. [Iris isomorphic react/hot reloadable/redux/css-modules starter kit](https://github.com/iris-contrib/iris-starter-kit)
|
||||||
6. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
6. [ionutvilie/react-ts: Demo project with react using typescript and Iris](https://github.com/ionutvilie/react-ts)
|
||||||
7. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
7. [Self-hosted Localization Management Platform built with Iris and Angular](https://github.com/iris-contrib/parrot)
|
||||||
8. [Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
8. [Iris + Docker and Kubernetes](https://github.com/iris-contrib/cloud-native-go)
|
||||||
9. [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
9. [nanobox.io: Quickstart for Iris with Nanobox](https://guides.nanobox.io/golang/iris/from-scratch)
|
||||||
|
10. [hasura.io: A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://hasura.io/hub/project/hasura/hello-golang-iris)
|
||||||
|
|
||||||
> 如果你有类似的使用经验吗 [请提交给我们](https://github.com/kataras/iris/pulls)!
|
> 如果你有类似的使用经验吗 [请提交给我们](https://github.com/kataras/iris/pulls)!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user