giovannicandido / generator-spring-spa

Best practices and production quality to start with a modern FrontEnd in AngularJS 2 or Aurelia, backend by Java Spring Boot Framework
MIT License
7 stars 4 forks source link

NodeJS client webserver #20

Open giovannicandido opened 7 years ago

giovannicandido commented 7 years ago

Serve the client using a production ready nodejs express simple server.

A simple proxy approach to link client and server modules, configured with Environment Variables.

A more complex approach would be service discovery. But that requires a service discovery server. Interesting to do, but I will let the team build that.