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) {
ws: { noServer: true, path: pathname, web: gun.server },
web: gun.server
});
gun.gun.on("in", function(msg) { console.log('got',msg) });
// gun.gun.on("in", function(msg) { console.log('got',msg ) });
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!