Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 605 Bytes

README_MH.md

File metadata and controls

15 lines (10 loc) · 605 Bytes

Testing the seneca-browser.

  1. Run node server.js from /public ie $node server.js
  2. Code up index.html and relevant .js files
  3. Browse http://localhost:8080/ to run it.
  4. 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