mirror of
https://github.com/sstent/node.git
synced 2026-01-25 22:52:07 +00:00
updated form code
This commit is contained in:
@@ -114,6 +114,10 @@ io.sockets.on('connection', function(client) {
|
||||
console.log("addemployee ")
|
||||
addemployee(data);
|
||||
});
|
||||
client.on('data', function(data) {
|
||||
console.log("data" + JSON.stringify(data))
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user