2d588134 by Glitch (hello-express)

:diamond_shape_with_a_dot_inside::mountain_bicyclist: Checkpoint

./server.js:13690106/82
1 parent cf8f2cb1
......@@ -22,7 +22,7 @@ server.on('upgrade', async function (request, socket, head) {
} else {
// Create Node
console.log('Create id',pathname);
gun = await Gun({peers:[], ws: { noServer: true}});
gun = await Gun({peers:[], ws: { path: pathname}, web: new WebSocket.Server({ noServer: true})});
lru.set(pathname,gun);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!