Search found 1 match
- Fri Nov 08, 2013 12:16 pm
- Forum: Coding
- Topic: NODEJS problem
- Replies: -1
- Views: 1800
NODEJS problem
Hello I'm working with nodejs, what I have now is that it adds 1 second = +1. What I want is if you jiont with a new browser that game will count where the other remained. So the other at 10 then the other also start at 10 and not at 0 My code: app.js io.sockets.on('connection', function (socket) { ...