📄️ Create an HTTP server
One of the primary use cases for gosoline is to create a REST web service. In this tutorial, you'll do just that!
📄️ Create a money exchange app
One of the primary purposes of Gosoline is to help you build an HTTP server. An HTTP server, in the context of Gosoline, is a module that:
📄️ Write a CRUD SQL app
A common REST API structure provides methods for users to create, read, update, and delete (CRUD) resources. In this tutorial, you'll: