chidea / actix-yew-live-tmpl

Hot reloading local developing server template based on Actix and Yew with Redis and Rustls.
MIT License
8 stars 1 forks source link

Status of this project? #1

Open philip-peterson opened 4 years ago

philip-peterson commented 4 years ago

Hello there,

I am interested in Yew, particularly for SSR and SSG applications and am currently researching how a Gatsby-like platform can be built. I found your repository and it seems interesting and useful; are you still interested in maintaining it and keeping up with the latest Yew/Actix releases? If not, do you know of anything else that would be worth looking into?

Thanks, Philip

chidea commented 4 years ago

Hello, Philips.

I’m glad that you are interested in this bleeding edge project.

I do have been improving this framework privately for many personal projects and one of them was recently proved to be working nicely with 150+ users simultaneously online on a SBC. It was presumed to be working fluently until 4000+ connections.

Those improvements also includes PWA manifest, service workers, rust feature based library sharing between all three of server/admin client/user client, yew-mdc/yew-route integration, etc..

Since you’ve got interested, I’ll apply them on this repo soon.

Thanks.

philip-peterson commented 4 years ago

Great, looking forward to it. Thanks!