A visualizer for threaded conversations on Twitter Mastodon, built after I became
frustrated with the official apps and their handling of deeply threaded
conversations. Also acts as a test-bed for learning about state machines and
their transitions using WebSocket messages.
Utilizes the BirSaat PHP MVC microframework by yours truly, and formerly using the following libraries:
- Twitter API: Abraham Williams' TwitterOauth
- WebSocket server: ReactPHP's Ratchet
- WebSocket client: Simon Riget's PHP-websocket-client