mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
minor
parent
27613f70d8
commit
ddc92373ef
2
Home.md
2
Home.md
|
@ -1,5 +1,3 @@
|
||||||
# What is Iris
|
|
||||||
|
|
||||||
**Iris** is a free, open-source [Go](https://golang.org) web framework, created by [Gerasimos Maropoulos](https://twitter.com/MakisMaropoulos) and intended for the development of modern web applications.
|
**Iris** is a free, open-source [Go](https://golang.org) web framework, created by [Gerasimos Maropoulos](https://twitter.com/MakisMaropoulos) and intended for the development of modern web applications.
|
||||||
|
|
||||||
**Iris** helps back-end developers to quickly create extremely fast web applications in Go with minimal effort.
|
**Iris** helps back-end developers to quickly create extremely fast web applications in Go with minimal effort.
|
||||||
|
|
|
@ -89,5 +89,5 @@ func main() {
|
||||||
|
|
||||||
> Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`.
|
> Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`.
|
||||||
|
|
||||||
At the next section we will learn more about [Routing](../routing/).
|
At the next section we will learn more about [[Routing]].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user