8a72f4ce by Glitch (hello-express)

:trumpet::european_post_office: Checkpoint

./server.js:13690106/22
1 parent ba74d1db
...@@ -33,7 +33,7 @@ server.on('upgrade', async function (request, socket, head) { ...@@ -33,7 +33,7 @@ server.on('upgrade', async function (request, socket, head) {
33 ws: { noServer: true, path: pathname, web: gun.server }, 33 ws: { noServer: true, path: pathname, web: gun.server },
34 web: gun.server 34 web: gun.server
35 }); 35 });
36 gun.gun.on("in", function(msg) { console.log('got',msg) }); 36 // gun.gun.on("in", function(msg) { console.log('got',msg ) });
37 lru.set(pathname,gun); 37 lru.set(pathname,gun);
38 } 38 }
39 } 39 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!