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
- Host: GitHub
- URL: https://github.com/georgecatalin-codepractice-courses/learn-socket-programming-with-c
- Owner: georgecatalin-CodePractice-Courses
- Created: 2021-05-06T09:55:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T10:31:12.000Z (about 5 years ago)
- Last Synced: 2025-03-04T17:53:57.863Z (over 1 year ago)
- Topics: cprogramming, cprogramming-language, socket-programming, udemy-course
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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