An open API service indexing awesome lists of open source software.

https://github.com/georgecatalin-codepractice-courses/learn-socket-programming-with-c

A quick start in building networked applications with the C programming language
https://github.com/georgecatalin-codepractice-courses/learn-socket-programming-with-c

cprogramming cprogramming-language socket-programming udemy-course

Last synced: 21 days ago
JSON representation

A quick start in building networked applications with the C programming language

Awesome Lists containing this project

README

          

# Learn-Socket-Programming-with-C
Start building networked applications in C programming language

Code work associated with the course: https://www.udemy.com/course/learn-socket-programming-in-c-from-scratch/

## Learning objectives ##
* Understand Socket Programming in C
* Learn how to create server and clients and communicate between them
* Learn about TCP programming
* Learn all about HTTP server programming