ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

723 results

wheatgreaser
writing a web server in C is easy, actually

writing a webserver in C kind of easy actually. #programming #webserver #cprogramming #coding.

3:55
writing a web server in C is easy, actually

155 views

7 months ago

vlogize
Mastering C Socket Programming on Windows: Essential Changes and Improvements

Learn how to successfully adapt your `C socket programming` code for Windows. This guide covers necessary library ...

2:03
Mastering C Socket Programming on Windows: Essential Changes and Improvements

2 views

7 months ago

forked
C HTTP Server Tutorial — Dead Simple!

Build a Basic HTTP Server in C — Trust Me Bro, It's Simple In this video, I'll show you how to build a minimal HTTP server in C ...

3:57
C HTTP Server Tutorial — Dead Simple!

5,097 views

9 months ago

Lawson
TCP Server/Client in C [socket programming]
1:32
TCP Server/Client in C [socket programming]

38 views

11 months ago

Nabir14
I made a chat application in C using sockets

I made an open source chat application in C using sockets. I found sockets very interesting so I began to learn more about them ...

2:29
I made a chat application in C using sockets

42 views

5 months ago

vlogize
How to Fix the Connection Refused Error in Your Client-Server Socket Program in C

Learn how to troubleshoot and fix the `Connection Refused` error you encounter in your C socket programming as you establish ...

1:41
How to Fix the Connection Refused Error in Your Client-Server Socket Program in C

16 views

11 months ago

Roel Van de Paar
How can i do UDP Socket Programming in C? (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:37
How can i do UDP Socket Programming in C? (2 Solutions!!)

2 views

2 weeks ago

vlogize
Solving the TCP Socket Data Cut-Off Issue in C/C+ +

Learn how to prevent data from getting cut off during `TCP socket` communication in C/C+ + . This guide provides clear solutions ...

1:51
Solving the TCP Socket Data Cut-Off Issue in C/C+ +

0 views

9 months ago

vlogize
Synchronizing TCP Socket Communication: Handling recv() Behavior in C

Learn how to effectively synchronize socket communication in your C programs to resolve issues with recv() being called multiple ...

1:57
Synchronizing TCP Socket Communication: Handling recv() Behavior in C

18 views

11 months ago

vlogize
Understanding the Differences Between C and Python Sockets: Debugging Common Issues

Explore the fundamental differences between socket programming in C and Python, and learn how to debug common issues that ...

1:46
Understanding the Differences Between C and Python Sockets: Debugging Common Issues

0 views

5 months ago

vlogize
Disconnecting a Client in C: Proper Socket Management in Socket Programming

Learn how to properly `disconnect` a client while keeping the socket open in C using WinAPI for sockets. Discover the right ...

1:40
Disconnecting a Client in C: Proper Socket Management in Socket Programming

2 views

11 months ago

ByteGambit
Socket Programming in C | Part 1 (socket api)
3:37
Socket Programming in C | Part 1 (socket api)

15 views

6 months ago

Turtle Code
Python Networking Tutorial #10 – Build a Real-Time Chat App with Sockets (TCP Client-Server)

In this final video of our Python Networking series, we'll build a real-time chat application using only Python's built-in socket and ...

2:58
Python Networking Tutorial #10 – Build a Real-Time Chat App with Sockets (TCP Client-Server)

557 views

4 months ago

vlogize
Connecting a Python GUI to a C Application via Sockets

Explore how to establish a connection between a `Python GUI` and a `C application` using sockets. This guide covers common ...

2:02
Connecting a Python GUI to a C Application via Sockets

2 views

11 months ago

vlogize
Solving the Socket Error 88 in C: A Guide for Network Programming

Encountering a `socket error 88` in your C networking code? Discover the common pitfalls and learn how to properly organize ...

1:16
Solving the Socket Error 88 in C: A Guide for Network Programming

4 views

11 months ago

vlogize
Troubleshooting C Client Socket Connection Issues with TCP Server

Discover effective solutions to resolve C client socket connection issues while ensuring optimal coding practices for reliable TCP ...

2:43
Troubleshooting C Client Socket Connection Issues with TCP Server

12 views

9 months ago

vlogize
Mastering Non-Blocking Sockets in C: A Guide to Connect and Select

Learn how to effectively program non-blocking sockets in C using `connect` and `select`. This guide provides a detailed ...

2:31
Mastering Non-Blocking Sockets in C: A Guide to Connect and Select

21 views

9 months ago

vlogize
Resolving Client Disconnection Issues in C Socket Programming

Learn how to keep your C socket server running continuously even after a client disconnects after sending a message.

1:56
Resolving Client Disconnection Issues in C Socket Programming

3 views

11 months ago

vlogize
Understanding Socket Buffers: Maximum Sizes for Send and Receive Buffers in C Programming

Explore the intricacies of socket buffers in C programming, and learn about the maximum sizes for send and receive buffers in ...

1:53
Understanding Socket Buffers: Maximum Sizes for Send and Receive Buffers in C Programming

80 views

11 months ago

vlogize
How to Read an HTTP Request Over a Socket in C#

Learn how to efficiently `read an HTTP request` over a socket in C- with a practical step-by-step guide and code examples.

2:25
How to Read an HTTP Request Over a Socket in C#

4 views

11 months ago

vlogize
Understanding send data to a Socket in C Networking Programs

Explore what it means to `send data to` a socket in C networking programming through Beej's guide, including how data transfers ...

1:41
Understanding send data to a Socket in C Networking Programs

12 views

11 months ago

vlogommentary
Understanding Raw Socket Buffers and Packet Handling in C/C+ +

Learn how raw socket buffers work in C/C+ + network programming and how to avoid data overwriting when receiving multiple ...

2:22
Understanding Raw Socket Buffers and Packet Handling in C/C+ +

7 views

2 months ago

The Debug Zone
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

Join us as we explore the intricacies of socket programming, multicast addresses, and best practices to ensure seamless data ...

3:13
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

25 views

5 months ago

vlogize
Can a server open two TCP sockets in C?

Explore how to manage multiple TCP sockets in a C server environment, enabling incoming and outgoing data transmissions ...

2:04
Can a server open two TCP sockets in C?

0 views

9 months ago

vlogize
Understanding send() and recv() in C for Socket Programming

Explore how to effectively use `send()` and `recv()` in C for socket programming, with guidance on file transfers between client and ...

1:30
Understanding send() and recv() in C for Socket Programming

11 views

9 months ago