Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic7: MicroServices #84

Open
ketoo opened this issue Apr 12, 2018 · 0 comments
Open

Topic7: MicroServices #84

ketoo opened this issue Apr 12, 2018 · 0 comments

Comments

@ketoo
Copy link
Owner

ketoo commented Apr 12, 2018

Microservices is a software development technique—a variant of the service-oriented architecture (SOA) architectural style that structures an application as a collection of loosely coupled services. In a microservices architecture, services are fine-grained and the protocols are lightweight. The benefit of decomposing a large application into different smaller services is that it improves modularity and makes the application easier to understand, develop, test, and more resilient to architecture erosion.

So, how to use Microservices in the game development industry?

In my opinion, some fields such as storage service, OAuth service, and pathfinding service can be developed as Microservices style modules.

What is your opinion about Microservices? Please leave here to give us a new view!

@ketoo ketoo changed the title Topic7: MicroServices(微服务) Topic7: MicroServices (微服务) Apr 12, 2018
@ketoo ketoo changed the title Topic7: MicroServices (微服务) Topic7: MicroServices Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant