This commit is contained in:
2016-02-12 20:05:23 +01:00
parent d27f957f82
commit 316f15db48
5 changed files with 41 additions and 69 deletions

View File

@@ -1,7 +1,15 @@
### **v0.0.7:**
--- focus on server object
- Renamed server object in server_core.js (Server -> NPGServer)
- Removed setIO(io) function in NPGServer object
- added init() function to NPGClient
- Changed server_config.js structure
- updated nodePong.js
### **v0.0.6:**
- focus on socket.io client & server)
--- focus on socket.io client & server)
- Renamed SocketClient.js to SocketIO.js (files and objects)
- Added SocketIO object (NGPClient lib in /client/js/)
- Implemented socket.io client connection (with loop) => working