An open API service indexing awesome lists of open source software.

https://github.com/sleipnir/rsocketx

RSocket Protocol for Elixir
https://github.com/sleipnir/rsocketx

event-driven protocols reactive-streams rsocket

Last synced: 5 months ago
JSON representation

RSocket Protocol for Elixir

Awesome Lists containing this project

README

          

# RSocketx

RSocket Protocol for Elixir

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rsocketx` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:rsocketx, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/rsocketx](https://hexdocs.pm/rsocketx).