This commit is contained in:
2016-02-10 18:48:47 +01:00
parent f4bc521bb3
commit d27f957f82
6 changed files with 156 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
### **v0.0.6:**
- 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
- Client side: Corrected bugs of multiple connection attemps and logs
- Server side: moved socket definitions to Server object
### **v0.0.5:**