Imagine a backend framework where the user programs the endpoints in C. He creates a small .c file for the endpoint, chooses the http method and writes a function that gets called whenever someone surfs into that route.
He even creates a Dto in the form of a struct, to define how the incoming Http Post Json data should be defined, with full type safety. That, ladies and gentlemen, is what we're going to build today.
In this episode we will be focusing on accepting connections over the network and organizing everything in a neat enough way to make it easier for ourselves later on. This is the 2nd episode in the series and it is a recorded livestream which havn't been shown before.
#programming #cproject #advancedc #sockets #clanguage
References
• Project: Coding a web backend framework in C
Ep 01 - Coding a web backend in C