Experimenting with Node.js Jeff Kreeftmeijer

Experimenting with Node.js - Jeff Kreeftmeijer

Experimenting with Node.js

If you see extra mouse cursors moving around: don’t worry, they’re part of the demo. You can always disable them if you want.
I’ve written a follow-up on this article, in which I improved a lot of the code. Be sure to read that one too!

If you’re using a browser that supports web sockets, you might see some extra mouse cursors moving around. These are actually other people also looking at this page right now, live, as we speak. If you don’t see anything, try to open up this page in another browser window next to this one and move your mouse in it.

This is an experiment I did to play around with Node.js and web sockets. I’ve put everything in a Gist in case you want to try it out yourself. I’ll explain how it works in this article.

原文地址:https://www.cnblogs.com/lexus/p/2498050.html