ID:2346494
 
like npm, how to send messages from javascript to dream maker? I want to make a discord -> world output, is it possible?
Yes! Once upon a time I had a library called Artemis that connected chat channels between worlds, and I had an experimental Node server that could connect, as well. I don't remember what the http request looked like by the time it reached world.Topic, and I'm sure there's a more optimal method than a full http request for each chat message, but world.Topic and world.Export will get you most of the way there. Look them up in the Reference, setup your byond world and Node server, send some random messages, and see how they arrive on the other end.