Skip to content

Commit 69975a9

Browse files
committed
Update README.md
1 parent 1928b3a commit 69975a9

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

README.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Heets
1+
# Heets [![Build Status](https://travis-ci.org/code13k/heets.svg?branch=master)](https://travis-ci.org/code13k/heets)
22
**Heets** is a simple cache server based on HTTP written in Java.
33
Heets provide a solution to save data in memory. So it can respond data very quickly.
44
Heets has three server. One is a getter server, another is setter server, and the other is restful API server.
@@ -9,14 +9,40 @@ You can set and get data using HTTP.
99
It provide clustering nodes using Hazelcast.
1010
You can build high availability(HA) systems by clustering node.
1111

12-
[![Build Status](https://travis-ci.org/code13k/heets.svg?branch=master)](https://travis-ci.org/code13k/heets)
12+
* **[Configuration](./doc/configuration.md)**
13+
* **[Set Data](./doc/setter_server.md)**
14+
* **[Get Data](./doc/getter_server.md)**
15+
* **[API](./doc/api_server.md)**
16+
17+
18+
## Latest Release
19+
Not yet.
20+
21+
## License
22+
MIT License
23+
24+
Copyright (c) 2018 Code13K
25+
26+
Permission is hereby granted, free of charge, to any person obtaining a copy
27+
of this software and associated documentation files (the "Software"), to deal
28+
in the Software without restriction, including without limitation the rights
29+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30+
copies of the Software, and to permit persons to whom the Software is
31+
furnished to do so, subject to the following conditions:
32+
33+
The above copyright notice and this permission notice shall be included in all
34+
copies or substantial portions of the Software.
35+
36+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42+
SOFTWARE.
1343

1444

1545

16-
### [Configuration](./doc/configuration.md)
17-
### [Getter Server](./doc/getter_server.md)
18-
### [Setter Server](./doc/setter_server.md)
19-
### [API Server](./doc/api_server.md)
2046

2147

2248

0 commit comments

Comments
 (0)