JavaChilly / dome-client.js

a node.js/socket.io web app which a MOO can run for its users to connect with. uses no flash or java.
BSD 3-Clause "New" or "Revised" License
23 stars 16 forks source link

Can't get it to connect to my MOO #3

Open kellabyte opened 5 years ago

kellabyte commented 5 years ago

I was wondering if you could help me configure this to make it work to connect with my MOO. I did all the install instructions and I created a new config file. I changed my MOO server settings to point to the same address I telnet into and same port and it won't connect.

The weird thing is the web UI still looks hard coded to connect to your MOO server. I'm not sure what I'm doing wrong. I don't see any errors in the debug logs.

I ran the default config and it looks like I can't get it to connect to your server either. Does that mean its a websocket issue between the web page and the nodejs websocket server?

JavaChilly commented 5 years ago

@kellabyte Sorry I didn't notice this over the holidays.

Your socket url (node.socketUrl) should be the hostname of the server that's running the webclient. The socket url should include the port specified in config value node.port.

JavaChilly commented 5 years ago

mail me your config if you'd like, chilly @ that alphabet company's email service. :)