PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, May 19, 2022

[FIXED] What is the difference between microservices and webservices?

 May 19, 2022     microservices, web-services     No comments   

Issue

The closest I got to finding the actual difference is this article.

But I didn't understand what would make me choose one over the other and if microservices can also use a REST API and communicate via http.

I mainly didn't understand what a microservice is and if it can come instead of a webservice, other than the purpose of

breaking large software applications into loosely coupled modules


Solution

A microservice is a software architecture, which can be implemented with webservices.

A webservice is just a technology (one of many) for providing services over "web" or HTTP.



Answered By - Kayaman
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing