I have the following code in a small notification application that I'm doing.
var express = require('express')
, app = express()
, server = require('http').createServer(app).listen(4555)
, io = require('socket.io').listen(server)
, bodyParser...
asked by
30.05.2018 / 19:55