Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
# ![Logo created by @santoshanand](logo_white_35_24.png) Iris
2017-07-10 17:32:42 +02:00
Iris is a fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
2017-07-14 14:29:57 +02:00
Web applications powered by Iris run everywhere, even [from an android device ](https://medium.com/@kataras/how-to-turn-an-android-device-into-a-web-server-9816b28ab199 ).
2017-07-10 17:32:42 +02:00
[![build status ](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square )](https://travis-ci.org/kataras/iris)
[![report card ](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=flat-square )](http://goreportcard.com/report/kataras/iris)
[![godocs ](https://img.shields.io/badge/godocs-8.x.x-0366d6.svg?style=flat-square )](https://godoc.org/github.com/kataras/iris)
[![get support ](https://img.shields.io/badge/get-support-cccc00.svg?style=flat-square )](http://support.iris-go.com)
[![view examples ](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=flat-square )](https://github.com/kataras/iris/tree/master/_examples)
[![chat ](https://img.shields.io/badge/community-%20chat-00BCD4.svg?style=flat-square )](https://kataras.rocket.chat/channel/iris)
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
2017-06-03 21:18:43 +02:00
< p >
2017-07-10 17:32:42 +02:00
< img src = "https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/4db507a22c964c9bc9774c5b31afdc199a0fe8b7/benchmark.png" alt = "Third-party source for transparency." / >
2017-03-20 15:00:42 +01:00
< / p >
2017-07-10 17:32:42 +02:00
# Mo, 10 July 2017 | v8.0.0
### 📈 One and a half years with Iris and You...
- 7070 github stars
- 749 github forks
- 1m total views at its documentation
- ~800$ at donations (there're a lot for a golang open-source project, thanks to you)
- ~550 reported bugs fixed
- ~30 community feature requests have been implemented
### 🔥 Reborn
As you may have heard I have huge responsibilities on my new position at Dubai nowdays, therefore I don't have the needed time to work on this project anymore.
After almost a month of negotiations and searching I succeed to find a decent software engineer to continue my work on the open source community.
The leadership of this, open-source, repository was transfered to [hiveminded ](https://github.com/hiveminded ).
These types of projects need heart and sacrifices to continue offer the best developer experience like a paid software, please do support him as you did with me!
> Please [contact](https://kataras.rocket.chat/channel/iris) with the project team if you want to help at the development process!
### 📑 Table of contents
2017-07-11 18:09:08 +02:00
< a href = "https://github.com/kataras/iris/_examples" alt = "documentation and examples" >
2017-07-11 18:26:20 +02:00
< img align = "right" src = "learn.jpg" width = "125" / >
2017-07-11 18:09:08 +02:00
< / a >
2017-07-10 17:32:42 +02:00
* [Installation ](#-installation )
2017-07-13 15:31:36 +02:00
* [Latest changes ](https://github.com/kataras/iris/blob/master/HISTORY.md#th-13-july-2017--v801 )
2017-07-10 17:32:42 +02:00
* [Learn ](#-learn )
* [HTTP Listening ](_examples/#http-listening )
* [Configuration ](_examples/#configuration )
* [Routing, Grouping, Dynamic Path Parameters, "Macros" and Custom Context ](_examples/#routing-grouping-dynamic-path-parameters-macros-and-custom-context )
* [Subdomains ](_examples/#subdomains )
* [Wrap `http.Handler/HandlerFunc` ](_examples/#convert-httphandlerhandlerfunc )
* [View ](_examples/#view )
* [Authentication ](_examples/#authentication )
* [File Server ](_examples/#file-server )
* [How to Read from `context.Request() *http.Request` ](_examples/#how-to-read-from-contextrequest-httprequest )
* [How to Write to `context.ResponseWriter() http.ResponseWriter` ](_examples/#how-to-write-to-contextresponsewriter-httpresponsewriter )
* [Test ](_examples/#testing )
* [Cache ](cache/#table-of-contents )
* [Sessions ](sessions/#table-of-contents )
* [Websockets ](websocket/#table-of-contents )
* [Miscellaneous ](_examples/#miscellaneous )
* [Typescript Automation Tools ](typescript/#table-of-contents )
* [Tutorial: Online Visitors ](_examples/tutorial/online-visitors )
2017-07-11 18:09:08 +02:00
* [Tutorial: URL Shortener using BoltDB ](https://medium.com/@kataras/a-url-shortener-service-using-go-iris-and-bolt-4182f0b00ae7 )
2017-07-14 14:29:57 +02:00
* [Tutorial: How to turn your Android Device into a fully featured Web Server ](https://medium.com/@kataras/how-to-turn-an-android-device-into-a-web-server-9816b28ab199 )
2017-07-10 17:32:42 +02:00
* [Middleware ](middleware/ )
2017-07-10 18:31:58 +02:00
* [Dockerize ](https://github.com/iris-contrib/cloud-native-go )
2017-07-10 17:32:42 +02:00
* [Philosophy ](#-philosophy )
* [Support ](#-support )
* [Versioning ](#-version )
2017-06-13 06:20:21 +02:00
* [When should I upgrade? ](#should-i-upgrade-my-iris )
* [Where can I find older versions? ](#where-can-i-find-older-versions )
2017-07-10 17:32:42 +02:00
* [People ](#-people )
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
### 🚀 Installation
2017-03-20 15:00:42 +01:00
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
The only requirement is the [Go Programming Language ](https://golang.org/dl/ ), at least version 1.8
2016-10-01 09:03:06 +02:00
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
```sh
$ go get -u github.com/kataras/iris
```
2017-03-05 23:08:58 +01:00
2017-07-10 17:32:42 +02:00
> _iris_ takes advantage of the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature. You get truly reproducible builds, as this method guards against upstream renames and deletes.
2017-03-20 15:00:42 +01:00
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
```go
2017-07-10 17:32:42 +02:00
// file: main.go
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
package main
import (
"github.com/kataras/iris"
"github.com/kataras/iris/context"
)
func main() {
app := iris.New()
2017-07-10 17:32:42 +02:00
// Load all templates from the "./templates" folder
// where extension is ".html" and parse them
// using the standard `html/template` package.
app.RegisterView(iris.HTML("./templates", ".html"))
// Method: GET
// Resource: http://localhost:8080
app.Get("/", func(ctx context.Context) {
// Bind: {{.message}} with "Hello world!"
ctx.ViewData("message", "Hello world!")
// Render template file: ./templates/hello.html
ctx.View("hello.html")
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
})
2017-03-20 15:00:42 +01:00
2017-07-10 17:32:42 +02:00
// Start the server using a network address and block.
app.Run(iris.Addr(":8080"))
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
}
```
2017-07-10 17:32:42 +02:00
```html
<!-- file: ./templates/hello.html -->
< html >
< head >
< title > Hello Page< / title >
< / head >
< body >
< h1 > {{.message}}< / h1 >
< / body >
< / html >
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
```
2017-07-10 17:32:42 +02:00
```sh
$ go run main.go
> Now listening on: http://localhost:8080
> Application started. Press CTRL+C to shut down.
```
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
< details >
< summary > Hello World with Go 1.9< / summary >
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
If you've installed Go 1.9 then you can omit the `github.com/kataras/iris/context` package from the imports statement.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
```go
// +build go1.9
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
package main
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
import "github.com/kataras/iris"
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
func main() {
app := iris.New()
app.RegisterView(iris.HTML("./templates", ".html"))
app.Get("/", func(ctx iris.Context) {
ctx.ViewData("message", "Hello world!")
ctx.View("hello.html")
})
app.Run(iris.Addr(":8080"))
}
```
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
We expect Go version 1.9 to be released in August, however you can install Go 1.9 beta today.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
### Installing Go 1.9beta2
1. Go to https://golang.org/dl/#go1.9beta2
2. Download a compatible, with your OS, archieve, i.e `go1.9beta2.windows-amd64.zip`
3. Unzip the contents of `go1.9beta2.windows-amd64.zip/go` folder to your $GOROOT, i.e `C:\Go`
4. Open a terminal and execute `go version` , it should output the go1.9beta2 version, i.e:
```sh
C:\Users\hiveminded>go version
go version go1.9beta2 windows/amd64
```
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
< / details >
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
< details >
< summary > Why another new web framework?< / summary >
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
_iris_ is easy, it has a familiar API while in the same has far more features than [Gin ](https://github.com/gin-gonic/gin ) or [Martini ](https://github.com/go-martini/martini ).
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
You own your code —it will never generate (unfamiliar) code for you, like [Beego ](https://github.com/astaxie/beego ), [Revel ](https://github.com/revel/revel ) and [Buffalo ](https://github.com/gobuffalo/buffalo ) do.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
It's not just-another-router but its overall performance is equivalent with something like [httprouter ](https://github.com/julienschmidt/httprouter ).
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
Unlike [fasthttp ](https://github.com/valyala/fasthttp ), iris provides full HTTP/2 support for free.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
Compared to the rest open source projects, this one is very active and you get answers almost immediately.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
< / details >
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
### 👥 Community
2017-06-13 06:20:21 +02:00
2017-07-11 18:26:20 +02:00
The most useful community repository for _iris_ developers is the
[iris-contrib/middleware ](https://github.com/iris-contrib/middleware ) which contains some HTTP handlers that can help you finish a lot of your tasks even easier.
```sh
$ go get -u github.com/iris-contrib/middleware/...
```
> Feel free to put your own middleware there!
2017-07-10 17:32:42 +02:00
Join the welcoming community of fellow _iris_ developers in [rocket.chat ](https://kataras.rocket.chat/channel/iris ).
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
### 📖 Learn
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
The awesome _iris_ community is always adding new examples, [_examples ](_examples/ ) is a great place to get started!
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
Read the [godocs ](https://godoc.org/github.com/kataras/iris ) for a better understanding.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
### 🤔 Philosophy
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
The _iris_ philosophy is to provide robust tooling for HTTP, making it a great solution for single page applications, web sites, hybrids, or public HTTP APIs. Keep note that, today, iris is faster than apache+nginx itself.
2017-06-13 06:20:21 +02:00
2017-07-10 17:32:42 +02:00
_iris_ does not force you to use any specific ORM. With support for the most popular template engines, websocket server and a fast sessions manager you can quickly craft your perfect application.
2016-12-13 07:41:30 +01:00
2017-07-10 17:32:42 +02:00
### 💙 Support
2016-12-13 07:41:30 +01:00
2017-07-10 17:32:42 +02:00
- [Post ](http://support.iris-go.com ) a feature request or report a bug
- :star: and watch the public [repository ](https://github.com/kataras/iris/stargazers ), will keep you up to date
- :earth_americas: publish [an article ](https://medium.com/search?q=iris ) or share a [tweet ](https://twitter.com/hashtag/golang ) about your personal experience with iris
2016-12-13 07:41:30 +01:00
2017-07-10 17:32:42 +02:00
### 📌 Version
2017-01-25 21:19:06 +01:00
2017-07-13 15:31:36 +02:00
Current: **8.0.1**
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
Each new release is pushed to the master. It stays there until the next version. When a next version is released then the previous version goes to its own branch with `gopkg.in` as its import path (and its own vendor folder), in order to keep it working "for-ever".
2017-07-10 17:32:42 +02:00
Changelog of the current version can be found at the [HISTORY ](HISTORY.md ) file.
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
2017-07-10 17:32:42 +02:00
#### Should I upgrade my iris?
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
2017-07-10 17:32:42 +02:00
Developers are not forced to use the latest _iris_ version, they can use any version in production, they can update at any time they want.
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
2017-07-10 17:32:42 +02:00
Testers should upgrade immediately, if you're willing to use _iris_ in production you can wait a little more longer, transaction should be as safe as possible.
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
2017-07-10 17:32:42 +02:00
#### Where can I find older versions?
Publish the new version :airplane: | Look description please!
# FAQ
### Looking for free support?
http://support.iris-go.com
https://kataras.rocket.chat/channel/iris
### Looking for previous versions?
https://github.com/kataras/iris#version
### Should I upgrade my Iris?
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
For further installation support, please click [here](http://support.iris-go.com/d/16-how-to-install-iris-web-framework).
### About our new home page
http://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.
The amount of the next two or three donations you'll send they will be immediately transferred to his own account balance, so be generous please!
Read more at https://github.com/kataras/iris/blob/master/HISTORY.md
Former-commit-id: eec2d71bbe011d6b48d2526eb25919e36e5ad94e
2017-06-03 22:22:52 +02:00
Previous versions can be found at [releases page ](https://github.com/kataras/iris/releases ).
2017-07-10 17:32:42 +02:00
### 🥇 People
The original author of _iris_ is [Gerasimos Maropoulos ](https://github.com/kataras )
2016-12-13 07:41:30 +01:00
2017-07-10 17:32:42 +02:00
The current lead maintainer is [Bill Qeras, Jr. ](https://github.com/hiveminded )
2016-12-13 07:41:30 +01:00
2017-07-10 17:32:42 +02:00
[List of all contributors ](https://github.com/kataras/iris/graphs/contributors )
2017-02-14 04:54:11 +01:00
2017-07-10 17:32:42 +02:00
[![ ](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )](https://www.paypal.com/cgi-bin/webscr?cmd=_donations& business=kataras2006%40hotmail%2ecom& lc=GR& item_name=Iris%20web%20framework& item_number=iriswebframeworkdonationid2016& currency_code=EUR& bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)