1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

Readme Update

Former-commit-id: ed3f825945b51aa4cafd231c2ad7eb5fa1270852
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-22 05:45:03 +02:00
parent 5d518d4440
commit 221334f8cb
4 changed files with 23 additions and 27 deletions

18
iris.go
View File

@@ -1,11 +1,17 @@
// Package iris provides efficient and well-designed tools with robust set of features to
// create your own perfect high performance web application
// with unlimited potentials and portability.
// Package iris is a web framework which provides efficient and well-designed
// tools with robust set of features to create your awesome and
// high-performance web application powered by unlimited potentials and portability
//
// For middleware, template engines, response engines, sessions, websockets, mails, subdomains,
// dynamic subdomains, routes, party of subdomains & routes and more
// For view engines, render engines, sessions,
// websockets, subdomains, automatic-TLS,
// context support with 50+ handy http functions,
// dynamic subdomains, router & routes,
// parties of subdomains & routes,
// access control, typescript compiler,
// basicauth,internalization, logging,
// and much more,
//
// visit https://godoc.org/gopkg.in/kataras/iris.v6
// please visit https://godoc.org/gopkg.in/kataras/iris.v6
package iris
import (