Skip to content

Instantly share code, notes, and snippets.

View vinay-nadig-0042's full-sized avatar

vinay-nadig-0042

View GitHub Profile
// server.js
// To run on 2 EC2 Instances with sudo privilages
// $ sudo nodejs server.js
const WebSocket = require('ws');
const wss = new WebSocket.Server({port: 80});
wss.on('connection', function connection(ws) {
for(i=0; i<100000;i++) {