Page 1 of 1

Video 1

Posted: Sun Sep 22, 2013 10:09 pm
by hallsofvallhalla

Re: Video 1

Posted: Mon Sep 23, 2013 4:01 am
by overras
Congrats halls! I really need some knowledges about sockets, mud, generally "real time" things :D :)

Re: Video 1

Posted: Wed Sep 25, 2013 11:16 am
by Xaos
What languages are you using?

Re: Video 1

Posted: Wed Sep 25, 2013 1:37 pm
by hallsofvallhalla
This will be using and teaching Javascript, HTML5, Nodejs, Jquery, and Twitter Bootstrap.

Re: Video 1

Posted: Wed Sep 25, 2013 1:45 pm
by Xaos
hallsofvallhalla wrote:This will be using and teaching Javascript, HTML5, Nodejs, Jquery, and Twitter Bootstrap.
Sweet, the things I have been wanting to learn !

Help with node app.js

Posted: Tue Oct 01, 2013 10:41 pm
by Shalafi
So I am running into an issue. If a click on the index file, after installing socket IO, everything works great.

But if I try localhost:8080 it only shows the text "players online" and the input box, and say button.

Basically after the client authorized for line in the command prompt of node app.js, it only authorized for two things:

debug - client authorized for
debug - websocket writing 1::
debug - websocket 5::("name":"playerlist","args":[["player8735"]]

If I click on the index.html file in windows explorer it works perfect and I Can bring up multiple browsers and chat with myself.

For some reason the server part of it is not allowing data to go through.

I have it online and running now http://grimoirebbs.sytes.net:8080/

You will see the "players online" text and the input box, nothing else.

Edit: Here is a screenshot [https://docs.google.com/file/d/0B6o0hQo ... sp=sharing

EDIT: Issue resolved, I need to go in on port 80 through the webserver, and not port 8080. Works perfect.

Re: Video 1

Posted: Wed Oct 02, 2013 1:57 pm
by hallsofvallhalla
i was just thinking that as I was reading your post. You can use the node server as a webhost but you must set things up differently.

Re: Video 1

Posted: Sun Aug 10, 2014 2:49 am
by Verahta
FYI, I had an error trying to follow the instructions:
Error: ENOENT, stat 'C:\Users\yourUserName\AppData\Roaming\npm
If you run into the same problem, this post on Stack shows how to simply solve it. It worked for me, I got the same results as Halls in the video now:

http://stackoverflow.com/questions/2507 ... pm-package