Packages
A serializer for Phoenix.Socket that encodes and decodes messages using BERT (Binary ERlang Term)
Current section
Files
Jump to
Current section
Files
phoenix_socket_bert
package.json
package.json
{
"name": "phoenix_socket_bert",
"version": "1.0.9",
"description": "BERT serializer for Phoenix.Socket.",
"license": "MIT",
"main": "./priv/static/phoenix_socket_bert.js",
"author": "Yuri S. <fudoshiki.ari@gmail.com>",
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"package.json",
"priv/static/phoenix_socket_bert.js"
],
"repository": {
"type": "git",
"url": "git://github.com/Youimmi/phoenix_socket_bert.git"
},
"dependencies": {
"phoenix": ">= 1.7.0"
}
}