Does tRPC works in application network layer (HTTP) or transport network layer (TCP, UDP)?

Mmooncake5/1/2023
Just wondering if tRPC uses TCP under the hood.
Nnlucas5/1/2023
HTTP
Nnlucas5/1/2023
Though to be pedantic, HTTP is TCP
Nnlucas5/1/2023
and also we're fairly open to hosting on other protocols, not tied at all if a use case comes up
Mmooncake5/1/2023
Thank you for answering!