Hello everybody,
Today I've started to use
socket.io, I think it's a very good
project... I thank you in advance for your support.
I have seen the examples on
www.socket.io the main problemthat I have
at the moment is finding the socket.io.js file, because in all the
examples i see:
<script src="/
socket.io/socket.io.js"></script>
there is NOT socket.io.js file inside this directory... I really do
not understand the problem...
I have tried to download
socket.io using npm and using:
git clone git://
github.com/LearnBoost/Socket.IO-node.git socket.io --
recursive
nothing to do, the same problem, there is not that file on /
socket.io/
directory.
Could someone help me?
Thank you!