uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Migrate from warp to actix #471

Closed tmpfs closed 3 years ago

tmpfs commented 3 years ago

The warp web framework has been a constant source of frustration and problems due to it's design and private types.

Currently, trying to implement the editor logic requires additional virtual hosts and warp cannot handle virtual hosts very well. After some experimentation with actix it looks like it can handle multiple virtual hosts defined at runtime quite well.

There is a lot of work involved with this change:


tmpfs commented 3 years ago

This is good enough for now, replaced by #481.