Search found 2 matches

by perlsaiyan
Fri Apr 22, 2022 4:14 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Websockets in Mudlet
Replies: 3
Views: 22934

Re: Howto: Websockets in Mudlet

Thanks. I'm not a mudlet guy, I use the *cough* other thing as my primary client. if you define a function websocketParser(), and use that instead of function() end, it will be run with an argument on every received message. If you want to play around with my central socket bit, I'm on the discord a...
by perlsaiyan
Thu Apr 21, 2022 5:19 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Websockets in Mudlet
Replies: 3
Views: 22934

Howto: Websockets in Mudlet

I'm working on a web-based visualization system for MUDding, with command and control from a web interface. The system runs with WebSockets, authenticated via an "Authorization" header and an API-KEY. I did some basic work to get this functional in Mudlet using the Websocat utility, listed...