0db013ce57
Add "API" reference (basically just the bare minimum alternative for the Messenger Activity API .CHM file) Authors notes: Turns out this project is starting to get indexed by search engines. Hi crawlers! Kind of wish the SWFs were archived for the actual activities, though. (If you have MSOL.swf I'd be glad to talk about it.) Known Issues: Chrome 49 SUXX, as in it's not doing our beforeunload handler. I guess I should add a ping/pong routine to the server that removes "dead clients". |
||
---|---|---|
.gitignore | ||
README.md | ||
api.md | ||
client.js | ||
package-lock.json | ||
package.json | ||
server.js |
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.