NostrNet Apk is wrapped in Java, so it makes sense to wrap the PC version in Rust.

This will make it faster than any browser or Chromium app could ever be. Additionally, it will be very lightweight.

I've also learned some new things about PWA and will start implementing them this week.

Reply to this note

Please Login to reply.

Discussion

Great job

What new things have you learned about PWAs? 👨‍💻

It primarily revolves around advanced caching strategies using Workbox. NostrNet has already implemented some of these strategies, making it available offline when you turn it into a PWA, also some other stuff.

Cool, will add it to my list of things to learn.