Skip to content

Commit 588967a

Browse files
substacksubstack
substack
authored and
substack
committed
webapp packages
1 parent 442ee5e commit 588967a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

p2pwiki/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ app.use(function (state, emitter) {
1919
var swarm = wswarm(signalhub('kvswarm',
2020
['https://signalhub.mafintosh.com']))
2121
swarm.on('peer', function (peer) {
22+
console.log('CONNECT')
2223
peer.pipe(log.replicate({ live: true })).pipe(peer)
2324
})
2425
})

webapp2/package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"dependencies": {
3+
"browserify": "^14.4.0",
4+
"choo": "^5.6.2",
5+
"content-addressable-blob-store": "^4.5.1",
6+
"ecstatic": "^2.2.1",
7+
"hypercore": "^6.6.3",
8+
"hyperdrive": "^9.4.5",
9+
"hyperlog": "^4.12.1",
10+
"level": "^1.7.0",
11+
"level-browserify": "^1.1.1",
12+
"routes": "^2.1.0",
13+
"watchify": "^3.9.0"
14+
}
15+
}

0 commit comments

Comments
 (0)