dome-client.js icon indicating copy to clipboard operation
dome-client.js copied to clipboard

Would dome-client work on a MUD?

Open ratacat opened this issue 7 years ago • 2 comments

I'm trying to get it to connect to my mud, which is based on Ranvier. I'm wondering if the websock methods are generic or specifically tailored to Lambda MOO's? So far it seems to 'connect' but not output anything. Figured I'd ask while I'm looking into it!

ratacat avatar Jan 07 '19 19:01 ratacat

It should work on a MUD. You can test isn't something with your configuration by using the public client to connect to the MUD and see if it works: http://pubclient.sindome.org

sevenecks avatar Jan 15 '19 15:01 sevenecks

ahhh, I thought it was using web sock, so I was targeting the wrong port. Makes sense now, it's using telnet protocol.

On Tue, Jan 15, 2019 at 8:05 AM Brendan [email protected] wrote:

It should work on a MUD. You can test isn't something with your configuration by using the public client to connect to the MUD and see if it works: http://pubclient.sindome.org

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JavaChilly/dome-client.js/issues/10#issuecomment-454423968, or mute the thread https://github.com/notifications/unsubscribe-auth/ADWr1WsF0-yPcfQjQwQWGeTkYPX22PCKks5vDe44gaJpZM4Z0MRB .

ratacat avatar Jan 16 '19 02:01 ratacat