I hereby claim:
- I am kristiansaarela on github.
- I am kristiansaarela (https://keybase.io/kristiansaarela) on keybase.
- I have a public key ASCQWRD4c86l5dlBHsaqdoa0lOxkrhinh4lSiBjzE4sfsQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var define, require; | |
| (function() { | |
| var modules = {}; | |
| require = function(name) { | |
| return modules[name](); | |
| }; | |
| define = function(name, fn) { |
WebSockets is a modern HTML5 standard which makes communication between client and server a lot more simpler than ever. We are all familiar with the technology of sockets. Sockets have been fundamental to network communication for a long time but usually the communication over the browser has been restricted. The general restrictions