A thin wrapper around Finagle & Twitter Future. This library assumes you are familiar with Finagle. If not, check out its docs.
Latest version: 0.7.0
lein sub -s "lein-finagle-clojure:finagle-clojure-template:core:thrift:http:mysql:thriftmux" install
lein sub midje
The readmes in each sub-library have more information.
core
: convenience fns for interacting with Futures.thrift
: create Thrift clients & servers.thriftmux
: create ThriftMux clients & servers.http
: create HTTP servers, requests, and responses.mysql
: a fully featured asynchronous MySQL client.lein-finagle-clojure
: a lein plugin for automatically compiling Thrift definitions using Scrooge.finagle-clojure-template
: a lein template for creating new projects using finagle-clojure & Thrift.lein new finagle-clojure $PROJECT-NAME
Then check out the readmes in the generated project.
lein doc
from this directory to generateCan you improve this documentation? These fine people already did:
Sam Neubardt, Brian Guthrie, Chris Aniszczyk & Kyle BoltonEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close