Spark
http://sparkjava.com/
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effort
MessagePack:一种高效二进制序列化格式
http://msgpack.org/
http://hao.jobbole.com/messagepack/
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.