simple-local-socket
Version:
A localhost-only socket swarm. Useful for IPC or local replication of data structures. This uses unix domain sockets (or named pipes on windows) to open bidirectional streams between processes interested in a topic. A topic is a 32 byte buffer (if you pas
25 lines (24 loc) • 507 B
JSON
{
"name": "simple-local-socket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"keywords": [],
"author": "Franz Heinzmann (Frando)",
"license": "MIT",
"dependencies": {
"async-exit-hook": "^2.0.1",
"duplexify": "^4.1.1",
"nanoresource": "^1.2.0",
"thunky": "^1.1.0"
},
"devDependencies": {
"hypercore": "^8.2.5",
"hyperswarm": "^2.2.1",
"random-access-memory": "^3.1.1",
"tape": "^4.11.0"
}
}