shunwang / ob1k

Ob1k - The RPC Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Ob1k - The RPC Framework

Build Status Download

Ob1k is an asynchronous rpc framework for rapid development of async, high performance services. More documentation and examples to come soon.

##Usage Add dependency to ob1k-core in your pom:

<dependency>
  <groupId>com.outbrain.ob1k</groupId>
  <artifactId>ob1k-core</artifactId>
  <version>x.y</version>
</dependency>

And read the examples :)

##Examples ob1k-example

##Links Ob1k Presentation Slides

About

Ob1k - The RPC Framework


Languages

Language:Java 97.4%Language:Scala 2.6%