Testing the seneca-browser.
- Run node server.js from /public ie $node server.js
- Code up index.html and relevant .js files
- Browse http://localhost:8080/ to run it.
- Watch the console in your debugger window
All good so far. Left a message here: senecajs#6 Waiting to see if anyone has any thoughts.
"Distributed architecture rule of thumb: keep together what requires request-response. Separate what can follow a pub-sub model."
Good overview of macro architecture: https://medium.freecodecamp.org/microservices-from-idea-to-starting-line-ae5317a6ff02