Starting the Application
Learn how to define the main entrypoint and interact with the pure implementation of the service.
We'll cover the following
Main application
Within our main entry point, we initialize all needed components and wire them together. We’ll step through each part in this section.
The first thing you’ll notice is that we use the IOApp
provided by the Cats effect library.
Get hands-on with 1200+ tech skills courses.