messenger.js - an MSN Messenger Activity API emulation client script with a websocket server powered by uWebSockets.js
Go to file
yellows111 b90348906d beta 6 pre-designation 1: rename supported
On the way to the Lobby Update...
2024-05-09 16:41:12 +01:00
.gitignore beta 5 - breaking changes 2024-03-23 16:25:57 +00:00
README.md formatting, no major changes 2024-03-25 14:11:34 +00:00
api.md messenger 6.2 introduced this really cool new hook 2024-03-28 08:22:35 +00:00
client.js beta 6 pre-designation 1: rename supported 2024-05-09 16:41:12 +01: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 6 pre-designation 1: rename supported 2024-05-09 16:41:12 +01: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

  • Add something!

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.