TCP Networking - Node.js Basics Part 12

TCP Networking - Node.js Basics Part 12

Engineer Man

5 лет назад

22,368 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sangwoo Han
Sangwoo Han - 15.01.2022 22:44

What is the difference between a socket and a websocket?

Ответить
HasanH6
HasanH6 - 11.07.2021 10:05

on what ip is it running? local host?

Ответить
S A
S A - 24.06.2021 15:37

Hi, it seems this few lines of server code can handle multiple clients simultaneously, that is a surprise to me. In Python with bare sockets that requires a lot more code right? What happens exactly when new clients connect? This server will create a new socket for each client like in python? So net.createServer is acting completely different then net.socket?

Ответить
Shivanee Bagbande
Shivanee Bagbande - 09.02.2021 08:00

Thanks. very quick and fast learning videos.

Ответить
Bhaskar Dhanavath
Bhaskar Dhanavath - 11.01.2021 16:20

how to get the port number

Ответить
Albright Senkwe
Albright Senkwe - 22.10.2020 17:30

How do you implement two sockets in a case were you want to work with 2 servers for fail over cluster

Ответить
Jonas Lundholm
Jonas Lundholm - 24.08.2020 14:37

TCP is not message oriented but stream oriented, you have to stitch and cut your data together to form messages.

Ответить
Robert Wildling
Robert Wildling - 20.03.2020 12:53

Great series! Any chance to motivate you to make some more videos that are dedicated to updates in v10 and v12?
In any way: Thanks a ton!

Ответить
MshL
MshL - 28.12.2019 10:30

in line 6 we are defining function-"data" and in line 7 we send that function as argument but this time data is string from event emitter, I totally dont understand why this callback function has to be called "data" in order to work

Ответить
Jonathan Mazala
Jonathan Mazala - 26.11.2019 02:31

i'm wondering if you have any basic thoughts about when to use a TCP connection and when to use a socket connection

Ответить
Braulio Ramirez
Braulio Ramirez - 23.12.2018 06:24

Node.js part 12? I can't find your previous 11 videos EM what the heck? ;)

Ответить
John Doe
John Doe - 23.12.2018 03:48

Run wire shark and watch all of your commands come out in plain text, gotta love telnet

Ответить
Me and dumbell
Me and dumbell - 07.12.2018 20:46

How to write and execute html codes in unix shell scripting????? Anyone

Ответить
Marven Wilson S Donque
Marven Wilson S Donque - 06.12.2018 14:57

is this the same tech behind chat apps?

Ответить
matthew o'connell clare
matthew o'connell clare - 04.12.2018 23:56

How does he get the separate windows for the terminal?

Ответить
Arham Aalam
Arham Aalam - 03.12.2018 13:22

How can I write TCP client for android and connect it to the node server.?

Ответить
José
José - 03.12.2018 03:18

Omg I finally found this channel about coding. Love it. Just one quick question what does it mean when my Android file system keeps showing this %s and %d and says there invalid

Ответить
J_Net Reloaded
J_Net Reloaded - 02.12.2018 18:20

Very Nice :D

Ответить
Mr Dare
Mr Dare - 02.12.2018 18:16

What is the name of your editor bro??

Ответить