I want to create RESTful API with Golang and frontend with Angular2. Communication will be made with http requests. Angular2 will send requests to Golang API's. I know for Angular2 I should run own http server for routing and services.
Can I run Golang server on one host and Angular2 server on another one and connect them together?