This repository was archived by the owner on Feb 26, 2021. It is now read-only.
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
Make the Readme and example clearer, so that it's easier to get running #59
Open
Description
/dns4/ws-star-signal-1.servep2p.com/tcp/443/wss/p2p-websocket-star/
websocket.js:112 WebSocket connection to 'wss://ws-star-signal-1.servep2p.com/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
const ipfsOptions = {
EXPERIMENTAL: {
pubsub: true
},
repo: '/ipfs.only/chatme/browser/ipfs/0.9.6',
start: true,
config: {
Addresses: {
Swarm: [
'/dns4/ws-star-signal-1.servep2p.com/tcp/443/wss/p2p-websocket-star'
]
}
}
}