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 a428526f4f update go.mod
Former-commit-id: 2bf26363a8dc13a062c743d2243852c7b0634d58
2020-05-08 21:38:08 +03:00
_benchmarks move benchmarks to a repository which its results are re-calculated and its README re-generated on each run. This will allow dev community to participate and contribute 2020-03-12 01:51:21 +02:00
_examples iris.TLS starts a secondary http redirection server now (like AutoTLS did) and add 'iris.TLSNoRedirect' to disable it (on both TLS and AutoTLS) 2020-05-08 21:13:12 +03:00
.github fix #1407 2019-12-19 07:10:31 +02:00
cache use a custom version of httpexpect which removes things that Iris or its users not use at all in order to reduce the download filesize 2020-05-06 21:08:12 +03:00
context add LogLevel/WithLogLevel in Configuration and run Configurators before Build state 2020-05-08 03:55:54 +03:00
core iris.TLS starts a secondary http redirection server now (like AutoTLS did) and add 'iris.TLSNoRedirect' to disable it (on both TLS and AutoTLS) 2020-05-08 21:13:12 +03:00
hero add ctx.Tr support to hero/mvc.Response 2020-05-06 06:36:05 +03:00
httptest add LogLevel/WithLogLevel in Configuration and run Configurators before Build state 2020-05-08 03:55:54 +03:00
i18n add a 'Context.SetLanguage', similar to pp.I18n.ExtractFunc but it can be used per-handler 2020-05-04 19:13:06 +03:00
macro 🐵 prepare next version: improve the hero and mvc path parameters bindings 2020-03-02 19:48:53 +02:00
middleware fmt 2020-05-04 08:20:55 +03:00
mvc mvc controllers and methods: provide mvc.Application automatically 2020-05-06 08:00:56 +03:00
sessions organise sessions examples 2020-05-07 07:34:17 +03:00
versioning add Context.SetVersion helper 2020-05-06 07:17:24 +03:00
view examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
websocket add authenticated-controller example - proof of concept 2020-05-06 04:45:12 +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 2020-01-05 18:27:21 +02:00
.gitignore nothing to see here 2020-05-07 08:06:06 +03:00
.travis.yml remove the 'typescript' package entirely in favor of iris-cli and because the alm editor was deprecated by its author (consider using the designtsx.com instead) 2020-04-19 16:47:15 +03:00
aliases.go add authenticated-controller example - proof of concept 2020-05-06 04:45:12 +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 improve remote addr parsing as requested at: https://github.com/kataras/iris/issues/1453 2020-04-20 10:43:45 +03:00
configuration.go add LogLevel/WithLogLevel in Configuration and run Configurators before Build state 2020-05-08 03:55:54 +03:00
CONTRIBUTING.md update faq, contributing and go workflow 2019-11-20 02:51:16 +02:00
doc.go Update to version 12.1.8 - Read HISTORY.md 2020-02-16 11:14:35 +02:00
FAQ.md New Rate Limit middleware (still WIP though) 2020-05-01 23:33:04 +03:00
go.mod update go.mod 2020-05-08 21:38:08 +03:00
HISTORY_ES.md Update to version 12.1.8 - Read HISTORY.md 2020-02-16 11:14:35 +02:00
HISTORY.md iris.TLS starts a secondary http redirection server now (like AutoTLS did) and add 'iris.TLSNoRedirect' to disable it (on both TLS and AutoTLS) 2020-05-08 21:13:12 +03:00
iris.go iris.TLS starts a secondary http redirection server now (like AutoTLS did) and add 'iris.TLSNoRedirect' to disable it (on both TLS and AutoTLS) 2020-05-08 21:13:12 +03:00
LICENSE miscellaneous 2020-01-07 03:41:07 +02:00
NOTICE update kataras/neffos dependency 2020-04-28 06:07:42 +03:00
README_ES.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_FA.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_FR.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_GR.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_KO.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_RU.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README_ZH.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
README.md REAMDE: add French translation link 2020-04-29 21:59:36 +03:00
VERSION Update to version 12.1.8 - Read HISTORY.md 2020-02-16 11:14:35 +02:00

News

This is the under-development branch. Stay tuned for the upcoming release v12.2.0.

Iris version 12.1.8 has been released!

The official Iris Command Line Interface will soon be near you in 2020!

Support your favorite web framework through Github Sponsors Program!

Iris Web Framework

build status FOSSA Status view examples chat

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 saying about Iris and star this open-source project to support its potentials.

Benchmarks: Apr 2, 2020 at 12:13pm (UTC)

📖 Learning Iris

Quick start
# https://github.com/kataras/iris/wiki/Installation
$ go get github.com/kataras/iris/v12@latest
# assume the following code in example.go file
$ cat example.go
package main

import "github.com/kataras/iris/v12"

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

    app.Listen(":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

follow author

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

This project is licensed under the BSD 3-clause license, just like the Go project itself.

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