Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.78 KB

index.md

File metadata and controls

37 lines (26 loc) · 1.78 KB

Microservice Development Tutorial

//[doc-nav]
{
  "Next": {
    "Name": "Creating the initial solution",
    "Path": "tutorials/microservice/part-01"
  }
}

This tutorial is suitable for those who have an ABP Business or a higher license.

ABP is designed to be a powerful platform to build microservice solutions. It provides a microservice solution template to easily start a sophisticated microservice solution. All of the pre-built application modules are microservice compatible and the core framework fully supports and simplifies distributed application development.

In this tutorial, you will learn how to start a new microservice solution, create services and communicate between them. You will also learn to use these services from a web application through an API gateway and automatically generate CRUD pages using the ABP Suite tool.

Tutorial Outline

This tutorial is organized as the following parts:

Download the Source Code

After logging in to the ABP website, you can download the source code from here.

See Also