express.io icon indicating copy to clipboard operation
express.io copied to clipboard

Broadcasting to room from regular express http request

Open drew-r opened this issue 10 years ago • 0 comments

I was wondering why it is not possible to broadcast to a room from a regular http request handler?

app.post('/demo',
function(req,res)
{
        console.log(req.io);

shows req.io has methods only for route and broadcast.

Why is this? Thanks.

drew-r avatar Jun 08 '14 22:06 drew-r