TCP and UDP did you ever use them directly?

Tobias Nickel - Jan 18 '21 - - Dev Community

Did you ever had a project where you used lower level protocols directly?

Usually we use http(s), a lib like grpc or service SDKs such as for databases.

But did you ever build an app that use tcp or udp directly or define your own protocol on top of them?

. . . . . . . . . . . . . . . . . . . .