DEV Community

Discussion on: What's the best way to communicate with a Go executable from frontend?

Collapse
 
danielkun profile image
Daniel Albuschat

You can probably use gRPC, or just a simple REST/json interface, which should be easier to implement from the frontend side of view. At least with less dependencies.