Closed ecoviz closed 9 years ago
can i do this?
app = require('express')() ; sockio = require('socket.io') ; sockio.listen(app.listen(port))
No - Unfortunately, the "request" sent from API Gateway doesn't support sockets/streaming.
ok thanks for the prompt feedback.
can i do this?
app = require('express')() ; sockio = require('socket.io') ; sockio.listen(app.listen(port))