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