mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-14 09:27:54 -05: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');
|