socketstream2event
Version:
Get stream data and parse splitting messages by byte or byte sequence and callback event.
26 lines (25 loc) • 694 B
JSON
{
"name": "socketstream2event",
"version": "1.1.0",
"description": "Get stream data and parse splitting messages by byte or byte sequence and callback event.",
"main": "stream2event.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reytuty/socketstream2event.git"
},
"keywords": [
"socket",
"split socket message",
"tcp/ip",
"stream messages to event"
],
"author": "Renato Miawaki",
"license": "ISC",
"bugs": {
"url": "https://github.com/reytuty/socketstream2event/issues"
},
"homepage": "https://github.com/reytuty/socketstream2event#readme"
}