nikoniko-programming
Monday, September 24, 2012
WebGL
Model-View-Projection Matrices
Model maps object coordinate to world coordinate
View maps world coordinate to camera coordinate
Projection maps camera coordinate to screen coordinate
Monday, September 10, 2012
Single Sign-On
How to configure IIS7 and IE for Single Sign-On using Windows Authentication:
http://support.etouch.net/cm/wiki/?id=78151
Thursday, September 6, 2012
WebSocket
Node.js and WebSocket
http://socket.io
http://martinsikora.com/nodejs-and-websocket-simple-chat-tutorial
http://www.nodebeginner.org/
WebApp framework for node js
http://expressjs.com/
Is binary transferable using websocket?
Yes, see
http://www.html5rocks.com/en/tutorials/websockets/basics/
What happen if a connection is disrupted ?
Need to handle manually, see
http://stackoverflow.com/questions/3780511/reconnection-of-client-when-server-reboots-in-websocket
Socket.IO seems to have this supported
How can I simulate disconnected connection for unit test
Difficult but doable, see
http://stackoverflow.com/questions/7268419/how-can-i-kill-a-websocket-connection?rq=1
How about Proxy ?
Good question ...
Newer Posts
Older Posts
Home