messenger.js - an MSN Messenger Activity API emulation client script with a websocket server powered by uWebSockets.js
Go to file
yellows111 3770586592 beta 4: using more guacamolean command names
a bit less extended and using stock error and ready instead of connect,<0,1,2>
this is semver breaking but we're in prerelease so i'm not touching package.json
... until it's considered at least mostly done
2024-02-28 13:41:20 +00:00
.gitignore initial commit 2024-02-26 14:33:55 +00:00
README.md initial commit 2024-02-26 14:33:55 +00:00
client.js beta 4: using more guacamolean command names 2024-02-28 13:41:20 +00:00
package-lock.json initial commit 2024-02-26 14:33:55 +00:00
package.json initial commit 2024-02-26 14:33:55 +00:00
server.js beta 4: using more guacamolean command names 2024-02-28 13:41:20 +00:00

README.md

Messenger.js Third Edition

A MSN(r) Messenger(tm) Activity API Emulation script client with a WebSocket server.

Why?

I wanted to play the old MSN(r) Messenger(tm) Activities online.

Client compatibility:

Server: whatever node.js version uWS supports Client: does it ES6?

TODOs

  • Client synchronization should be "less bad and less prone to desynching"

Desires

  • Discover more Activities that aren't Flash-based, and hope they don't use some other foregone extension.
  • Pray Ruffle finally starts supporting the scripability APIs needed to support Flash-based activities.