Getting Started
Get introduced to the building blocks of pure service.
We'll cover the following...
Libraries used
Below is a list of libraries that we will be using for pure implementation.
1. http4s
http4s allows for functional and typeful HTTP streaming. It employs the Cats IO to ensure ...