Packages

Create a GenServer in any language. Exos contains a very simple GenServer which proxy calls and casts to a given port command, encoding and decoding the message to the port using erlang external binary term format. (see related projects : clojure|python|node_erlastic on https://github.com/kbrw)

Current section

Files

Jump to
exos CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## 2.1.0
### Changed
- Soft deprectated passing options with multiple arguments, prefer using named options
now.
- Added configuration option for ETF encoding.
You can now communicate with an outdated program by passing `etf_opts: [version: 1]`
for example.