If you read my first tutorial on "getting started with Clacks" , you might have thought to yourself, not entirely unfairly, that it is not very convenient to _need_ clacks to talk to a clacks server. This is entirely true, and precisely for this reason, in this tutorial, we will be diving into creating a simple HTTP server using standard REST API methods (GET, POST). In this tutorial, we will need two libraries as prerequisite installs for the code snippets to work, Which can both be found on the github pages that are linked if you click on them below. clacks clacks_web Of course, as always, you can download the sample content for this tutorial here: https://github.com/MaVCArt/clacks_tutorials/tree/main/02_SimpleWebAPI Table of Contents Step 1: Create a simple REST API server As before, you can see that the standard clacks_web library offers most of what you need out of the box. In fact, it takes fewer lines of code to build a simple REST API with clacks_we
Tech Art Works
A space where I dump my Tech Art Brainwaves into a somewhat structured shape.