mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-11 07:58:13 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91cdddb32c | ||
|
|
4acf98db9d |
@@ -20,7 +20,7 @@ The `Socket.IO` server provides seamless supports for a variety of transports in
|
||||
By default, the server will intercept requests that contain `socket.io` in the path / resource part of the URI. You can change this (look at the available options below).
|
||||
|
||||
var http = require('http'),
|
||||
io = require('./socket.io/socket.io.js'),
|
||||
io = require('./path/to/socket.io'),
|
||||
|
||||
server = http.createServer(function(req, res){
|
||||
// your normal server code
|
||||
|
||||
Submodule example/client updated: 2fe9fec1ef...9ac738be4a
Reference in New Issue
Block a user