46505f62db
Former-commit-id: cb775edc72bedc88aeab4c5a6de6bfc6bd56fae2 |
||
---|---|---|
_benchmarks | ||
_examples | ||
.github | ||
cache | ||
context | ||
core | ||
hero | ||
httptest | ||
middleware | ||
mvc | ||
sessions | ||
typescript | ||
view | ||
websocket | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
cheatsheet.png | ||
CODE_OF_CONDUCT.md | ||
configuration_test.go | ||
configuration.go | ||
CONTRIBUTING.md | ||
deprecated.go | ||
doc.go | ||
Dockerfile | ||
Dockerfile.build | ||
FAQ.md | ||
go19.go | ||
Gopkg.lock | ||
Gopkg.toml | ||
HISTORY.md | ||
iris.go | ||
learn.jpg.REMOVED.git-id | ||
LICENSE | ||
logo_white_35_24.png | ||
README_ZH.md | ||
README.md | ||
VERSION |
Iris Web Framework
Iris is a fast, simple and efficient web framework for Go.
Iris provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
Learn what others say about Iris and star this github repository to stay up to date.
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor
Benchmarks
Benchmarks from third-party source over the rest web frameworks
Updated at: Tuesday, 21 November 2017
Installation
The only requirement is the Go Programming Language
$ go get -u github.com/kataras/iris
Iris takes advantage of the vendor directory feature. You get truly reproducible builds, as this method guards against upstream renames and deletes.
Learn
Articles
- Top 6 web frameworks for Go as of 2017
- Iris Go Framework + MongoDB
- How to build a file upload form using DropzoneJS and Go
- How to display existing files on server using DropzoneJS and Go
- Iris, a modular web framework
- Go vs .NET Core in terms of HTTP performance
- Iris Go vs .NET Core Kestrel in terms of HTTP performance
- How to Turn an Android Device into a Web Server
- Deploying a Iris Golang app in hasura
- A URL Shortener Service using Go, Iris and Bolt
Help this project to continue deliver awesome and unique features with the higher code quality as possible by donating any amount via PayPal or BTC.
For more information about contributing to the Iris project please check the CONTRIBUTING.md file.
License
Iris is licensed under the 3-Clause BSD License. Iris is 100% open-source software.
For any questions regarding the license please contact us.