What are Microservices?
Hi,
A microservice is basically just a mini app that has these characteristics:
- They do only one thing – they are mini apps.
- They standalone – they are NOT part of a larger app.
- 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