ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

386 results

vlogize
Wie man eine TCP Socket-Verbindung in C zu einem vordefinierten Port herstellt

Erfahren Sie, wie Sie testen können, ob ein bestimmter Port in Benutzung ist, indem Sie eine `TCP-Socket`-Verbindung in C ...

2:10
Wie man eine TCP Socket-Verbindung in C zu einem vordefinierten Port herstellt

0 views

4 weeks ago

forked
How to Make a TCP Server in C (in Just 60 Seconds!) #coding #programming #cprogramming #tutorial

Learn how to build a simple TCP server in C! This mini server listens on port 8080 and sends “Hello, from server” to your browser.

0:57
How to Make a TCP Server in C (in Just 60 Seconds!) #coding #programming #cprogramming #tutorial

475 views

3 weeks ago

Low Level Vibe Coding
Building an HTTP server from scratch in C - Part 1: Returning a hello world response

I don't know C. Maybe barely. But I figured the best way to learn is to just build something, so here I am trying to make an HTTP ...

40:44
Building an HTTP server from scratch in C - Part 1: Returning a hello world response

405 views

3 weeks ago

iyuyui
http server from scratch in C++

in this video i created a concurrent http server with explanations.

1:36:59
http server from scratch in C++

804 views

5 days ago

Codotaku
Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial

Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial Discord: https://discord.codotaku.com 00:00 Intro 00:30 Vcpkg ...

30:07
Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial

133 views

2 weeks ago

Low Level Vibe Coding
Building an HTTP server from scratch in C - Part 2: Building a buffer reader

I don't know C. Maybe barely. But I figured the best way to learn is to just build something, so here I am trying to make an HTTP ...

1:37:20
Building an HTTP server from scratch in C - Part 2: Building a buffer reader

21 views

2 weeks ago

Carter
TCP Servers Explained with C/C++

... the incoming connections after you create your server socket you bind it to your server's IP address so that your program knows ...

1:52
TCP Servers Explained with C/C++

1,196 views

3 weeks ago

The Debug Zone
Understanding C Socket Blocking Calls: Solutions and Best Practices

In this video, we delve into the intricacies of C socket programming, focusing on the concept of blocking calls. Blocking calls can ...

3:17
Understanding C Socket Blocking Calls: Solutions and Best Practices

0 views

5 days ago

Dr Jon EA: Pico & Pico 2
Unlocking the Power of PSRAM: My Solution for RP2350 RAM Shortages!

My projects run out of RAM. Display project and graphics manipulation takes space, so what can I do? Well on this board I can ...

20:28
Unlocking the Power of PSRAM: My Solution for RP2350 RAM Shortages!

573 views

9 days ago

FrostZ
DNS Server in C++ Part 1: Getting to know DNS and setting up boilerplate

In this video, we build a DNS Server in C++ from scratch using Socket Programming. We cover how UDP packets work, how to ...

58:12
DNS Server in C++ Part 1: Getting to know DNS and setting up boilerplate

1,238 views

10 days ago

Codotaku
C++ 20 Coroutines async TCP echo server using Boost ASIO

C++ 20 Coroutines async TCP echo server using Boost ASIO Discord: https://discord.codotaku.com.

14:52
C++ 20 Coroutines async TCP echo server using Boost ASIO

228 views

5 days ago

Dev Reactor
Spring Boot. WebSockets Message Format for Observer Design Pattern at WebSocket Client

Useful links: https://medium.com/@lokeshbihani99/observer-pattern-in-c-366a1e9226f6 ...

2:58:09
Spring Boot. WebSockets Message Format for Observer Design Pattern at WebSocket Client

17 views

2 weeks ago

Avey Dev
How do you send data from your ESP32?

Let's pick up where we left off months ago and take our Temperature and Humidity Data from our ESP32 and send it to a server, ...

41:03
How do you send data from your ESP32?

294 views

5 days ago

Carter
TCP Clients Explained with C/C++

... machine which will be um running the server um create the client socket and then um instead of binding and listening uh you.

0:39
TCP Clients Explained with C/C++

1,597 views

3 weeks ago

DevOps Toolbox
Traefik Is Probably The Best Docker Proxy I've Ever Used

Start FREE with Incident.io: on-call, incident response, and status pages—built for fast-moving teams: https://fandf.co/4pkWqQg ...

10:16
Traefik Is Probably The Best Docker Proxy I've Ever Used

7,121 views

1 day ago

CodeTeapot🫖
Creating an HTTP Server in C++ (and a Brief History of the Internet)

Hello! Thank you for watching this video! In this video, I decided to create an HTTP server in C++. While learning how HTTP ...

12:01
Creating an HTTP Server in C++ (and a Brief History of the Internet)

10,323 views

11 days ago

FrostZ
DNS Server in C++ Part 2: Creating BytePacketBuffer

In this video, we build a DNS Server in C++ from scratch using Socket Programming. We cover how UDP packets work, how to ...

40:49
DNS Server in C++ Part 2: Creating BytePacketBuffer

600 views

8 days ago

vlogize
Wie man recv() und Speicherverwaltung in C mit realloc() richtig handhabt

Erfahren Sie die besten Praktiken für den Umgang mit partiellen Lesevorgängen bei Socket-Programmierung in C, einschließlich ...

1:56
Wie man recv() und Speicherverwaltung in C mit realloc() richtig handhabt

0 views

3 weeks ago

Zeek
Zeek 8.1, ZeroMQ Integration, WebSocket Bindings & Community News – December 2025 Community Call

This is the recording of the December 2025 Zeek Community Call, hosted by members of the Zeek Leadership Team.

20:47
Zeek 8.1, ZeroMQ Integration, WebSocket Bindings & Community News – December 2025 Community Call

56 views

2 weeks ago

Talk Python
Web Frameworks in Prod by Their Creators - Talk Python to Me Ep. 533

Today on Talk Python, the creators behind FastAPI, Flask, Django, Quart, and Litestar get practical about running apps based on ...

1:08:02
Web Frameworks in Prod by Their Creators - Talk Python to Me Ep. 533

1,156 views

Streamed 3 days ago

Carter
Custom UDP Socket in C++
0:42
Custom UDP Socket in C++

817 views

3 weeks ago

Embedded Pathashala
Lecture-3 Linux system programming-compilation stages in linux, how to compile c program, gcc steps

Welcome to Lecture-3 of the Linux System Programming Course by Embedded Pathashala, your complete learning destination for ...

11:16
Lecture-3 Linux system programming-compilation stages in linux, how to compile c program, gcc steps

0 views

12 days ago

ABDERRAHMANE
DelphiWebDriver: A Modern WebDriver Library for Delphi Developers

DelphiWebDriver is a WebDriver library that brings browser automation to Delphi / Object Pascal. In this video, I introduce the ...

37:25
DelphiWebDriver: A Modern WebDriver Library for Delphi Developers

243 views

4 days ago

The Coder
Node.js ↔ C: Unix IPC with Pipes & Sockets (Full Demo!)

In this video, we break down Unix Inter-Process Communication (IPC) with two real, hands-on demos using Node.js and C. You'll ...

18:16
Node.js ↔ C: Unix IPC with Pipes & Sockets (Full Demo!)

0 views

7 days ago

QRQcw
DiY REMOTE CW KEYiNG by UDP SOCKETs OVER ip - hear your own CW KEYiNG SiDETONE at NEAR ZERO LATENCY

FROM remote LAPTOP to PI2B rig interface in another ROOM, i can key straight key or paddles at another room in my home, and ...

3:01
DiY REMOTE CW KEYiNG by UDP SOCKETs OVER ip - hear your own CW KEYiNG SiDETONE at NEAR ZERO LATENCY

98 views

4 days ago