Porting Java app to Go - any advice?
- by Devrim
We want to rewrite kodingen.com backend with Go which currently is
Java, running as daemon using jsvc.
I have never touched any C in my life, am only experienced in Java so I
don't know if this is something that I should even start.
However, task is pretty simple
read shell commands from mysql database
queue and execute them in parallel
save each shell output to the database
that's it. So these simple requirements gives me hope that I can start
using this wonderful language.
What would you advise?