Not doing it all, Go allows my API endpoint to accept sandboxed javascript code to enable users to run more complex queries against my data. It is also faster because they don't have to make individual API calls for each data set. Therefore, more data is required to be sent over the wire to them.
nchmy|1 year ago
Thanks for opening me up to it all - it will definitely solve a problem that I'm about to start working on!