Skip to content

Instantly share code, notes, and snippets.

View praveenkishor123's full-sized avatar
🏠
Working from home

Praveen Kishor praveenkishor123

🏠
Working from home
View GitHub Profile
// This code is fallback for https://github.com/Worlize/WebSocket-Node
// add the broadcast to https://gist.github.com/1219165
// 2011.11.30 tato@http://www.facebook.com/javascripting
// Example of how to fallback to alternative websocket library for old protocol clients
// see https://gist.github.com/1148686
var http = require('http'),
WebSocketRequest = require('websocket').request,