Comment by c-hendricks
Comment by c-hendricks 3 days ago
This is what I'm doing with my side project! A set of personal smart picture frames for me and my partner. One executable does:
- the uploader API
- the uploader UI
- the frame API
- the frame UI
UIs are SSG'd with solid-js and solid-start then served with gin.
It's really fun.