• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

The Tao of Microservices: Using JavaScript in The Examples

 
Ranch Hand
Posts: 34
Android Python Chrome
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello J Richard Rodger!

What are some example applications that are built with micro-services? Can micro-services be built in any language? Do you think this book could keep print outs on my desk from flying around?

Regards,

Kim Gordon

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Microservices can be written in absolutely any language. I believe that JavaScript was chosen because of its strong ecosystem and how accessible and readable it is to other developers.
 
Author
Posts: 44
7
MyEclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are some Awesome Microservices Architectures complete with examples https://github.com/olalonde/awesome-microservice-archs
 
Author
Posts: 31
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Kim,

To answer your important question about papers - No! it's a relatively short book, sorry
(short books are better - only say what you have to once)

Language is not really a factor, as Godfred says, although some language platforms like Js and Go are lighter weight and thus easier to deploy as containers etc.

But consider that Erlang OTP offers what many consider to be a microservice-like platform, so there are many takes on this idea.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic