Hi everyone,
Iām currently working on a small web project and Iām splitting my workflow between the backend and frontend since Iāll need a āheavyā processing component for automated spatial operations.
This part mainly involves running scripts that perform spatial tasks such as calculating point distances, handling geometry intersections, and updating labels based on spatial results.
Apart from that, the project also includes the usual web elements ā a standard database, content pages, multimedia, etc.
So far, Iāve been considering Strapi for the backend and Vercel for the frontend, but I suspect Iāll need an additional service to handle the spatial processing layer.
Has anyone here worked on something similar (ideally keeping costs low)?
What tools, architectures, or workflows would you recommend?
Any feedback or corrections to this general approach are more than welcome.
Thanks in advance for any advice or experiences you can share! š
