Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Ancient code published for archival purposes. May or may not work or be relevant.
- Feel free to do whatever you want with this, if anything.
- Archive from 2017-10-07 - contents may be older. */
- Client = require("Client.js");
- website = 'www.multiplayerpiano.com';
- port = '443';
- clienttests = {};
- gClient = new Client("ws://"+website+':'+port);
- gClient.start();
- gClient.setChannel(room);
- console.log('Connected.');
- errcount = 0;
- process.on('uncaughtException', function(){errcount++;console.log('Error (Count:' + errcount+ ')'); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement