f0b3bec7 by Glitch (hello-express)

:see_no_evil::rosette: Checkpoint

./server.js:13690106/68
1 parent 1b6f1f91
var Gun = require('gun');
var server = require('http').createServer().listen(3000);
var gun = Gun({web: server});
\ No newline at end of file
var gun1 = Gun({web: server, path: '/gun1'});
var gun2 = Gun({web: server, path: '/gun2'});
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!