f56e7737 by Dobrosław Żybort

Update: README

1 parent 86ddfe53
Showing 1 changed file with 14 additions and 9 deletions
...@@ -6,19 +6,23 @@ beego is a Go Framework which is inspired from tornado and sinatra. ...@@ -6,19 +6,23 @@ beego is a Go Framework which is inspired from tornado and sinatra.
6 6
7 It is a simply & powerful web framework. 7 It is a simply & powerful web framework.
8 8
9 Have this features: 9
10 ## Features
10 11
11 * RESTFul support 12 * RESTFul support
12 * MVC architecture 13 * MVC architecture
13 * Session support memory/file/redis/mysql 14 * Session support (store in memory, file, Redis or MySQL)
14 * Cache support memory/redis/memcache 15 * Cache support (store in memory, Redis or Memcache)
15 * Global Config 16 * Global Config
16 * Intelligent routing 17 * Intelligent routing
17 * thread safe map 18 * Thread-safe map
18 * Friendly error display 19 * Friendly displaying of errors
19 * Useful template functions 20 * Useful template functions
20 21
21 [English Documents](https://github.com/astaxie/beego/tree/master/docs/en) 22
23 ## Documentation
24
25 [English](https://github.com/astaxie/beego/tree/master/docs/en)
22 26
23 [API](http://gowalker.org/github.com/astaxie/beego) 27 [API](http://gowalker.org/github.com/astaxie/beego)
24 28
...@@ -26,11 +30,12 @@ Have this features: ...@@ -26,11 +30,12 @@ Have this features:
26 30
27 31
28 ## LICENSE 32 ## LICENSE
33
29 beego is licensed under the Apache Licence, Version 2.0 34 beego is licensed under the Apache Licence, Version 2.0
30 (http://www.apache.org/licenses/LICENSE-2.0.html). 35 (http://www.apache.org/licenses/LICENSE-2.0.html).
31 36
32 37
33 ## Use Case 38 ## Use case
34 39
35 - API documentation [gowalker](https://github.com/Unknwon/gowalker) 40 - Displaying API documentation: [gowalker](https://github.com/Unknwon/gowalker)
36 - CMS [toropress](https://github.com/insionng/toropress) 41 - CMS: [toropress](https://github.com/insionng/toropress)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!