The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀
Go to file
Gerasimos (Makis) Maropoulos db433f7dca minor: sessions: set SameSite to Lax when sharable with subdomains is not disabled.
Former-commit-id: d0b15433d5f325f24972669b485be9cf5be6d68a
2019-08-16 12:41:20 +03:00
_benchmarks resolve conflicts with current master v11.1.1 2019-07-23 19:20:07 +03:00
_examples minor: sessions: set SameSite to Lax when sharable with subdomains is not disabled. 2019-08-16 12:41:20 +03:00
.github Github Workflow: the example file was wrong 2019-08-14 11:20:38 +03:00
cache resolve conflicts with current master v11.1.1 2019-07-23 19:20:07 +03:00
context Publish version 11.2.7 2019-08-15 10:51:20 +03:00
core minor 2019-08-14 10:33:27 +03:00
hero MVC improvements: add HandleWebsocket that now registers events automatically based on the struct's methods(!) and fix a bug when more than one value of the same type is registered to a static field of a controller 2019-07-09 12:16:19 +03:00
httptest resolve conflicts with current master v11.1.1 2019-07-23 19:20:07 +03:00
macro new feature: handle different param types in the exact same path pattern 2019-07-29 23:09:22 +03:00
middleware minor, relative to: https://github.com/kataras/iris/issues/1325 2019-08-06 15:45:30 +03:00
mvc update the online visitors and vuejs +iris mvc todo app (this gave me some ideas to make the api a bit easier) 2019-07-15 18:45:22 +03:00
sessions minor: sessions: set SameSite to Lax when sharable with subdomains is not disabled. 2019-08-16 12:41:20 +03:00
typescript resolve conflicts with current master v11.1.1 2019-07-23 19:20:07 +03:00
versioning Updated all dependencies one by one to go.mod - Backup and remove the vendor folder entirely and update most of the examples - next commit will contain the rest of the updated 2019-07-15 07:49:04 +03:00
view push version 11.2.4 2019-08-09 23:25:21 +03:00
websocket add content negotiation feature, add context.ReadYAML and fix https://github.com/kataras/neffos/issues/1#issuecomment-515698536 2019-08-03 04:41:09 +03:00
.fossa.yml Add the new websocket package (which is just a helper for kataras/neffos) and an example for go server, client, browser client and nodejs client. Add a .fossa.yml and the generated NOTICE file for 3rd-party libs. Update go.mod, go.sum. Update the vendor folder for pongo2 to its latest master as well 2019-06-02 17:49:45 +03:00
.gitattributes minor 2019-07-19 12:27:35 +03:00
.gitignore nothing serious here yet, just having fun with powershell and my nerves - but it works 2019-06-24 04:49:24 +03:00
.travis.yml remove experimental-handlers examples, users should visit github.com/iris-contrib/middleware instead, let's not have duplications 2019-07-15 16:03:19 +03:00
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
CODE_OF_CONDUCT.md Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
configuration_test.go fix typo 2019-06-07 21:07:08 +03:00
configuration.go Fix Structtag Tunneling 2019-08-04 16:06:26 +02:00
CONTRIBUTING.md extract the Delim for redis sessiondb as requested at https://github.com/kataras/iris/issues/1256 and add a mvc/regexp example and some other trivial changes 2019-05-30 10:48:07 +03:00
doc.go Publish version 11.2.7 2019-08-15 10:51:20 +03:00
FAQ.md touches before release 2019-07-22 04:32:54 +03:00
go.mod update neffos 2019-08-10 19:28:03 +03:00
go.sum update neffos 2019-08-10 19:28:03 +03:00
go19.go add ProblemOptions https://github.com/kataras/iris/issues/1335#issuecomment-521546506 2019-08-15 10:39:38 +03:00
HISTORY.md Publish version 11.2.7 2019-08-15 10:51:20 +03:00
iris.go Publish version 11.2.7 2019-08-15 10:51:20 +03:00
LICENSE some cleanup, and remove the test 'testwebocket2' package at all; A lower-level fast websocket impl based on gobwas/ws will be published on a different repo, it is a WIP 2019-02-22 21:24:10 +02:00
NOTICE fossa 2019-07-22 11:40:17 +03:00
README_GR.md readme add Chinese translation 2019-07-25 12:45:59 +08:00
README_ZH.md minor 2019-07-30 18:02:02 +03:00
README.md minor 2019-08-03 08:40:48 +03:00
VERSION Publish version 11.2.7 2019-08-15 10:51:20 +03:00

Iris

build status report card view examples chat release

Iris is a fast, simple yet fully featured and very efficient web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website or API.

Learn what others say about Iris and star this github repository.

Version 11.2 released!

https://www.facebook.com/iris.framework/posts/3276606095684693

Learning Iris

Quick start
# assume the following code in example.go file
$ cat example.go
package main

import "github.com/kataras/iris"

func main() {
    app := iris.Default()
    app.Get("/ping", func(ctx iris.Context) {
        ctx.JSON(iris.Map{
            "message": "pong",
        })
    })

    app.Run(iris.Addr(":8080"))
}
# run example.go and
# visit http://localhost:8080/ping on browser
$ go run example.go

Routing is powered by muxie, the most powerful and fastest trie-based software written in Go.

Iris contains extensive and thorough wiki making it easy to get started with the framework.

For a more detailed technical documentation you can head over to our godocs. And for executable code you can always visit the _examples repository's subdirectory.

Do you like to read while traveling?

Book cover

You can request a PDF version and online access of the E-Book today and be participated in the development of Iris.

Contributing

We'd love to see your contribution to the Iris Web Framework! For more information about contributing to the Iris project please check the CONTRIBUTING.md file.

List of all Contributors

Security Vulnerabilities

If you discover a security vulnerability within Iris, please send an e-mail to iris-go@outlook.com. All security vulnerabilities will be promptly addressed.

License

The project name "Iris" was inspired by the Greek mythology.

Iris Web Framework is free and open-source software licensed under the 3-Clause BSD License.