Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsc/thrift-clj-example
Examples for thrift-clj.
https://github.com/xsc/thrift-clj-example
Last synced: 27 days ago
JSON representation
Examples for thrift-clj.
- Host: GitHub
- URL: https://github.com/xsc/thrift-clj-example
- Owner: xsc
- Created: 2013-04-15T09:28:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T22:33:11.000Z (almost 10 years ago)
- Last Synced: 2024-04-13T20:09:51.397Z (7 months ago)
- Language: Clojure
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thrift-clj-example
Example for [thrift-clj](https://github.com/xsc/thrift-clj) usage.
## Usage
The example implements a simple storage server that stores `Person` objects using a given ID
and delivers them when requested.__Starting the Server__
```
lein run -m person-index.server []
```Default Port is 7007.
__Starting the Client__
```
lein run -m person-index.client [-h ] [-p ] -c [store | get ]
```## License
Copyright © 2013 Yannick Scherer
Distributed under the Eclipse Public License, the same as Clojure.