Resp_app_elixir_server - Extension Server for RESP.app in Elixir

Yesterday, a new version (2022.4) of RESP.app has been released with the support for Extension Server.
I wrote a server in Elixir which allows viewing and editing records which are stored in binary (converted using :erlang.term_to_binary/1 function) format:

Link to GitHub:

P.S: Sorry for not following the subject naming rule, but this is not a library and I don’t know where to put it :slight_smile:

1 Like