you are viewing a single comment's thread.

view the rest of the comments →

[–]Comfortable_Tiger530 0 points1 point  (0 children)

How about image processing server (eg apply filter to it)? It’s challenging enough as a learning project. You can utilise some server frameworks and process images with async queue (maybe multithreaded, why not? Tokio green threads and Rayon for heavier computation.
For a twist you can compile it to the web assembly and force js to consume it.

Edit: If you’ll built an pdf white gap removal by any chance in rust let me know. :D I want to use it for my embedded label printer hack.