mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-22 08:50:25 +00:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
|
|
|
||
|
|
/*!
|
||
|
|
* socket.io-node
|
||
|
|
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
|
||
|
|
* MIT Licensed
|
||
|
|
*/
|
||
|
|
|
||
|
|
module.exports = require('./lib/socket.io');
|