Successfully added
Software Development
by Robert
Traditional Microservices
- Common functionality grouped together in a service
- Various HTTPS/REST endpoints with appropriate verbs
- Typically implement CRUD operations
- Has its own database/storage
- Uses a service registry to locate services
Referenced in:
Comments