Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.