General Changes
- Can be containerized with Docker.
- Rewritten API.
- New room structure
text
: a string contained at a given width to be displayed within the room. - Room styling now done through editing per-room CSS.
Client
- Rewritten from scratch in typescript and built on ReactJS.
- Faster and more maintainable.
- Built and bundled with Webpack.
Server
- Rewritten from scratch in typescript.
- Built to use PostgreSQL DB instead of MongoDB.