Skip to content

Commit

Permalink
Added link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbossola committed May 11, 2016
1 parent 892553e commit c285793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The registry will start at port #3000, while the other services (time and rand)

Using is simple: just checkout the project, go into the microservice folder, hit "npm install ." and then "node xxxx.js" to launch the service (with "rand" and "time" you can specify a port). The last service you should launch is the main "hello" that will contact the registry, call the service and produce the output: simply curl localhost:3001 to see what happens! At any time you can start (or kill) a "rand" or "time" instance, the registy will keep itself updated. You can have a look at it curling localhost:3000

The slides associated to this code can be found on [slideshare](http://www.slideshare.net/bbossola/microservices-the-lean-way-61903873) where you can also read about what are microservices, general antipatterns and some fun facts!
The slides associated to this code can be found on [slideshare](http://www.slideshare.net/bbossola/microservices-the-lean-way-61903873) where you can also read about what are microservices, general antipatterns and some fun facts! You can also checkout [my blog](https://bbossola.wordpress.com/category/microservices/) if you want to be updated for any other news in regards of my microservices experienc.

0 comments on commit c285793

Please sign in to comment.