Posts tagged 'socket.io'
November 12, 2010
by
Michael BridgenFor those who have been away from the internets, node.js is an evented JavaScript engine based on Google’s V8. Because it is essentially one big, efficient event loop, it’s a natural fit for programs that shuffle data backwards and forwards with little state in-between. And it’s fun to program, an opinion apparently lots of people share, because there have been loads of libraries crop up around it.
Among the more impressive of these libraries is Socket.