From 6aeae8398d0821b13d1f2bbad5e592f1d2811ac4 Mon Sep 17 00:00:00 2001 From: Johan Bevemyr Date: Fri, 6 Oct 2023 10:53:09 +0200 Subject: [PATCH] Added link to Erlang client library. Signed-off-by: Johan Bevemyr --- src/parsec_users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/parsec_users.md b/src/parsec_users.md index 8b95afa0..e1433158 100644 --- a/src/parsec_users.md +++ b/src/parsec_users.md @@ -16,6 +16,9 @@ Parsec Client Libraries are available in the following languages: - [Java](https://github.com/parallaxsecond/parsec-client-java): both a native Parsec client, as well as a JCA implementation based on that client. - [Go](https://github.com/parallaxsecond/parsec-client-go): work in progress! +- [Erlang](https://github.com/jbevemyr/parsec-client-erlang): native Parsec client with both a high + level API and a low level API. The low level API supports all Parsec API calls with protobuf + specifications. Also have a look at [`parsec-tool`](https://github.com/parallaxsecond/parsec-tool), a command-line client to access Parsec from the terminal.