You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Diet Servervarserver=require('diet')varapp=server()app.listen(8000)// Socket.iovario=require('socket.io')(app.server)// <-- use app.server // Listen on websocket connectionio.on('connection',function(socket){console.log('a user connected');});// Now you can access socket.io from client side with:// http://localhost:8000/socket.io/socket.io.js
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: