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

https://github.com/sleipnir/ex-bridge

An Eixir bridge for interoperability with other languages
https://github.com/sleipnir/ex-bridge

Last synced: about 1 year ago
JSON representation

An Eixir bridge for interoperability with other languages

Awesome Lists containing this project

README

          

# Ex Bridge

Elixir Bridge with other languages via Ports.
This project is heavily inspired by https://github.com/happening-oss/kafka-client

## Installation

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

```elixir
def deps do
[
{:ex_bridge, "~> 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 .