Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/erlang_js
Erlang External Term Format for Javascript
https://github.com/okeuday/erlang_js
erlang-encoding javascript
Last synced: about 1 month ago
JSON representation
Erlang External Term Format for Javascript
- Host: GitHub
- URL: https://github.com/okeuday/erlang_js
- Owner: okeuday
- License: mit
- Created: 2014-11-13T05:41:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:06:30.000Z (about 1 year ago)
- Last Synced: 2024-11-11T20:33:32.141Z (2 months ago)
- Topics: erlang-encoding, javascript
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 36
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for Javascript
==========================================[![Build Status](https://app.travis-ci.com/okeuday/erlang_js.svg?branch=master)](https://app.travis-ci.com/okeuday/erlang_js)
[![npm Package Version](https://img.shields.io/npm/v/erlang_js.svg?maxAge=2592000)](https://www.npmjs.com/package/erlang_js)Provides all encoding and decoding for the Erlang External Term Format
(as defined at [http://erlang.org/doc/apps/erts/erl_ext_dist.html](http://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single Javascript file.Available as a [npm package at `https://www.npmjs.org/package/erlang_js`](https://www.npmjs.org/package/erlang_js).
Tests
-----npm test
Author
------Michael Truog (mjtruog at protonmail dot com)
License
-------MIT License