What are Microservices?

February 16, 2016
Posted in Advanced PHP

Hi,

A microservice is basically just a mini app that has these characteristics:

  1. They do only one thing – they are mini apps.
  2. They standalone – they are NOT part of a larger app.
  3. They are language neutral. That means you can write a microservice in Python, and have a PHP Laravel app use it.

I could write a few more paragraphs about microservices or I could just post my recent video on them:

Thanks for watching!

Stefan Mischook
Killerphp.com

Comments

Comments are closed.

To Top