Project: Coding an Http Fetch library for C (using zero libraries!)

Опубликовано: 19 Октябрь 2024
на канале: dr Jonas Birch
4,367
237

In this programming project we will create our very own C version of the Fetch function in Javascript. Fetch will make an outgoing Http connection to a webserver and let the programmer decide what to do with the data.

And this project will be built with zero dependencies. I'm not even allowed to use the standard C library, nor its wrapper functions for system calls. I need to write exactly everything from scratch.

This is a recording of the "Constrained Livestream" I made on Oct 18, 2024.

In this episode you will learn a lot about how a library is built and how stuff works under the hood, below all the cousy standard C functions. You'll learn about pointers and structures and system calls, network connections and so on.


На этой странице сайта вы можете посмотреть видео онлайн Project: Coding an Http Fetch library for C (using zero libraries!) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь dr Jonas Birch 19 Октябрь 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 4,367 раз и оно понравилось 237 зрителям. Приятного просмотра!