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 86af4088f3 align image (try 1)
Former-commit-id: b0004167f164b4131d55bc3e9aa73a48793e3b36
2019-07-22 04:34:48 +03:00
_benchmarks 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
_examples touches before release 2019-07-22 04:32:54 +03:00
.github Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969 2018-04-22 13:52:36 +03:00
cache touches before release 2019-07-22 04:32:54 +03:00
context touches before release 2019-07-22 04:32:54 +03:00
core 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
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 nothing important here 2019-07-15 09:58:05 +03:00
macro fix https://github.com/kataras/iris/issues/1286 2019-06-23 18:45:50 +03:00
middleware create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +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 nothing important here 2019-07-15 09:58:05 +03:00
typescript create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +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 add support for iris-specific form of generating connection IDs as requested at: https://github.com/kataras/neffos/issues/1#issuecomment-508689819 2019-07-05 16:22:20 +03:00
websocket sync kataras/iris/websocket with kataras/neffos - added support for nats scaling and Server.Ask method 2019-07-14 20:22:59 +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 Update to version 11.0.4. Read https://github.com/kataras/iris/blob/master/HISTORY.md#fr-09-november-2018--v1104 2018-11-09 03:03:48 +02:00
configuration.go able to fetch the ngrok executable path through a 'NGROK' env variable as well, and humanize the returned error 2019-07-19 12:55:57 +03: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 touches before release 2019-07-22 04:32:54 +03:00
FAQ.md touches before release 2019-07-22 04:32:54 +03:00
go.mod minor 2019-07-19 12:27:35 +03:00
go.sum minor 2019-07-19 12:27:35 +03:00
go19.go New feature: automatic public domain using tunneling: https://github.com/kataras/iris/issues/1305 2019-07-18 00:53:30 +03:00
HISTORY_GR.md touches before release 2019-07-22 04:32:54 +03:00
HISTORY_ID.md touches before release 2019-07-22 04:32:54 +03:00
HISTORY_ZH.md touches before release 2019-07-22 04:32:54 +03:00
HISTORY.md touches before release 2019-07-22 04:32:54 +03:00
iris.go touches before release 2019-07-22 04:32:54 +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 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
README_GR.md minor 2019-07-19 12:27:35 +03:00
README_ID.md minor 2019-07-19 12:27:35 +03:00
README_JPN.md minor 2019-07-19 12:27:35 +03:00
README_PT_BR.md minor 2019-07-19 12:27:35 +03:00
README_RU.md minor 2019-07-19 12:27:35 +03:00
README_ZH.md minor 2019-07-19 12:27:35 +03:00
README.md align image (try 1) 2019-07-22 04:34:48 +03:00
VERSION add tutorial for the official mongodb go driver 2019-01-28 05:36:44 +02:00

Iris Web Framework

build status report card view examples chat release

Iris is a fast, simple yet fully featured and very efficient web framework for Go. Routing is powered by the muxie project.

Iris provides a beautifully expressive and easy to use foundation for your next website or API.

Iris offers a complete and decent solution and support for all gophers around the globe.

Learn what others say about Iris and star this github repository to stay up to date.

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",
        })
    })
    // listen and serve on http://0.0.0.0:8080.
    app.Run(iris.Addr(":8080"))
}
# run example.go and visit http://0.0.0.0:8080/ping on browser
$ go run example.go

Get hired

There are many companies and start-ups looking for Go web developers with Iris experience as requirement, we are searching for you every day and we post those information via our facebook page, like the page to get notified, we have already posted some of them.

Author

Gerasimos Maropoulos

License

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

For any questions regarding the license please send e-mail.