Skip to content

Instantly share code, notes, and snippets.

View khushalbokadey's full-sized avatar

Khushal bokadey khushalbokadey

  • Bangalore, India
View GitHub Profile
@khushalbokadey
khushalbokadey / using-raw-socket-io-in-sails.js
Created August 27, 2018 07:37 — forked from mikermcneil/using-raw-socket-io-in-sails.js
Using raw socket.io functionality in a Sails.js controller
module.exports = {
/**
*
* Using raw socket.io functionality from a Sails.js controller
*
*/
index: function (req,res) {