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
- Host: GitHub
- URL: https://github.com/sleipnir/ex-bridge
- Owner: sleipnir
- Created: 2024-02-24T23:57:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T22:49:41.000Z (over 2 years ago)
- Last Synced: 2025-02-09T05:44:46.181Z (over 1 year ago)
- Language: Elixir
- Size: 16.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .