express.io
express.io copied to clipboard
Realtime Micro Framework for Nodejs
I'm trying this simple example: Server: app = require('express.io')() app.http().io() app.io.on('connection', function(socket){ console.log('connection') }) app.listen(50000) Client: var io = require('socket.io-client').connect('http://localhost:50000') io.on('connect', function (sock) { console.log("socket connected") }) Neither 'connection' nor...
command i run to install modules `sudo npm install difflib colors global-tunnel bases chance cheerio q request rethinkdbdash ws xml2js youtube-api mathjs express.io lodash -g && sudo npm link difflib...
this repository links to http://express-io.org/ but that website is a weird real estate selling website? Probably the link got updated at some point...
Solved the problems related with te problems: "cannot find module 'express/node_modules/connect' " and "Cannot find module './node_modules/coffee-script' "
Is there typescript support for this library?
Example for redis sessions: https://github.com/techpines/express.io/blob/master/examples/sessions-redis/app.js The example does not seem to be correct as `RedisStore = require('connect-redis')(express)` requires session and not the express.io itself. Using express.io there results in the...

Socket.io new verssion is 1.3.6 but it use oldest lib. "socket.io": "~0.9.16",
How can I use express.Router() in express.io