Hacker News new | ask | show | jobs
by JulienSchmidt 4046 days ago
Gives me opportunity to showcase a tiny app I made for Christmas to remotely present photos over the web using SSE and Go: https://github.com/julienschmidt/remotephotoshow

It doesn't use Gin, but httprouter, which is also the basis for Gin.

1 comments

Neat .. is it supposed to show next/previous photo's in the slideshow, though? Because that doesn't seem to be working for me.

Thanks for providing the link - I'll definitely learn me some httprouter soon ..