diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-20 21:02:48 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:21 -0500 |
commit | e38eadbab54cc0014270e5c7ff7da1cd53dc7123 (patch) | |
tree | 338f9dfd729d940718bf63fc6c7b9d3e77a5dbbf /libraries/eris/README | |
parent | b2323bb8a1030c6caf37835cef9dddb60bcd4dd5 (diff) | |
download | slackbuilds-e38eadbab54cc0014270e5c7ff7da1cd53dc7123.tar.gz |
libraries/eris: Added (client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/eris/README')
-rw-r--r-- | libraries/eris/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/eris/README b/libraries/eris/README new file mode 100644 index 0000000000..1d5121d055 --- /dev/null +++ b/libraries/eris/README @@ -0,0 +1,4 @@ +Eris is designed to simplify client development (and avoid duplicating effort) +by providing a common framework to deal with server communications. Notably, +Eris encapsulates most of the work in getting Atlas entities available on your +client, logging into a server, and managing updates from the server. |