Remove EventSource-based WSGI API from IF mode #131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/remove-old-eventsource-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
@copilot great! let's remove it from mud as well, and anything in tale/web that still uses event source.
Done in
998ad09. Removed EventSource from MUD mode as well:TaleMudWsgiAppwithTaleMudFastAPIAppusing WebSocketeventsource.jsandeventsource.min.jspolyfill filesscript.jsstory.htmlTaleWsgiAppBaseentirely fromif_browser_io.pyBoth IF and MUD modes now use WebSocket/FastAPI.