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) { ...@@ -22,7 +22,7 @@ server.on('upgrade', async function (request, socket, head) {
22 } else { 22 } else {
23 // Create Node 23 // Create Node
24 console.log('Create id',pathname); 24 console.log('Create id',pathname);
25 gun = await Gun({peers:[], ws: { noServer: true}}); 25 gun = await Gun({peers:[], ws: { path: pathname}, web: new WebSocket.Server({ noServer: true})});
26 lru.set(pathname,gun); 26 lru.set(pathname,gun);
27 } 27 }
28 } 28 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!