Page 1 of 1

Beginning Node.js Video #1

Posted: Mon May 28, 2012 3:13 pm
by hallsofvallhalla
Decided to release my tutorial series from another teaching site for free for the community.

http://youtu.be/mSE6xHkcX0w

Re: Video 1

Posted: Tue May 29, 2012 3:39 am
by Jackolantern
Very cool! And also nice, since some people want to use socket.io without Impact to create real-time features in PBBGs! 8-)

Re: Video 1

Posted: Tue May 29, 2012 1:56 pm
by hallsofvallhalla
Yep, thought I would release it for free. You know me, hate charging for anything. I would make a terrible store owner :)

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 4:28 pm
by Echo
Nice... this should help a lot, i've had a look at node.js and socket.io before but wasn't sure on putting the pieces togethor and plus HTML5 is required? most users are currently not using HTML5 supported browsers?

But thanks! this should help me get started!

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 4:54 pm
by hallsofvallhalla
HTML5 is not required. I do not use it in the tutorials.

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 4:55 pm
by Echo
hallsofvallhalla wrote:HTML5 is not required. I do not use it in the tutorials.
Ah ok... I thought it was, must have mistaken it with the web sockets supported by HTML5 :s

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 6:35 pm
by hallsofvallhalla
ah my bad I misread. Yes but many browsers support websockets. Those using anything that don't won't be much of players anyways.

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 7:34 pm
by Jackolantern
Well, the thing is that only Chrome supports WebSockets by default right now. Firefox, IE, Opera and Safari all support them, but I believe they are turned off by default. However, this seems to be changing very quickly, so I could already be wrong.

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 7:46 pm
by hallsofvallhalla
Firefox supports them out of the box. I have tested on FireFox.

Re: Beginning Node.js Video #1

Posted: Wed May 30, 2012 7:54 pm
by Jackolantern
Oh good! That must be a new happening, because my older version does not work out of the box without enabling them in options :)