Skip to main content

10 docs tagged with "server"

View all tags

Creating a server

As the first step of the tutorial, we create a server instance and run a dummy service to check that the server and service are launched.

Running a service

In this step, we'll do three things with the code we obtained from our proto file; we'll create a server instance, add an empty gRPC service, and then lastly test connecting to the server.

Like Armeria?
Star us ⭐️

×