1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-21 20:25:57 +00:00

update README with Universal RPC plans :)

This commit is contained in:
Joseph Wayne Norton
2010-04-17 14:29:11 +09:00
parent ed48b1b1ee
commit 3dbfd9d2fc

16
README
View File

@@ -218,6 +218,22 @@ To do (in short term)
* etf - Erlang Term Format
+ ???
To do (in medium term)
======================
- add Thrift (http://incubator.apache.org/thrift/) support
* Binary Format
* Compact Format (TBD)
- add Avro (http://hadoop.apache.org/avro/) support
- add Google's Protocol Buffers (http://code.google.com/apis/protocolbuffers/) support
- add Bert-RPC (http://bert-rpc.org/) support
* BERT-RPC is UBF/EBF with a specialized contract and plugin
handler implementation for BERT-RPC. UBF/EBF already supports all
of the BERT data types.
* UBF is the text-based wire protocol. EBF is the binary-based
wire protocol (based on Erlang's binary serialization format).
- ???
To do (in long term)
======================