Browse Source

bump readme

Pat Hickey 9 years ago
parent
commit
44da197efd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -51,7 +51,10 @@ documented in `tests/example.idl`
 
 Gidl currently has backends for:
   - Haskell backend: translates types to algebraic datatypes, creates `cereal`
-    instances for serialization. RPC client layer in progress.
+    instances for serialization.
+  - Haskell-RPC backend: all of the features of the Haskell backend, and also
+    creates an HTTP server that exposes a JSON RPC-style interface for gidl
+    interfaces.
   - [Ivory][] backend: translates types to Ivory types, creates `ivory-serialize`
     instances for serialization.
   - [Tower][] backend: all of the features of the Ivory backend, and also