UNPKG
libp2p-im
Version:
latest (0.0.1)
0.0.1
A Tox-like instant messaging app built with libp2p
libp2p-im
/
lib
/
node
/
index.js
9 lines
(5 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
Swarm
=
require
(
"../swarm"
)
module
.
exports
=
function
Libp2pIMNode
(
opt
) {
const
self =
this
const
swarm = self.
swarm
= self.
libp2p
=
Swarm
(opt.
swarm
|| {}) }