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
- Host: GitHub
- URL: https://github.com/sleipnir/rsocketx
- Owner: sleipnir
- License: apache-2.0
- Created: 2021-07-06T01:59:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T23:54:18.000Z (over 4 years ago)
- Last Synced: 2025-02-09T05:44:43.496Z (about 1 year ago)
- Topics: event-driven, protocols, reactive-streams, rsocket
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).