Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jonathanstrange
on July 24, 2023
|
parent
|
context
|
favorite
| on:
High-Performance server for NATS.io, the cloud and...
Can someone tell me which transport protocols and ports this uses or can be configured to use? Moreover, do clients have NAT traversal capabilities (no pun intended)?
This is always so hard to figure out for B2B libraries.
rcombatwombat
on July 24, 2023
[–]
It supports clients connecting over TCP (which can be encrypted) and Websockets (can also be encrypted), you can configure it to pick on any port you want and it works through Network Address Translation (see
https://docs.nats.io/running-a-nats-service/configuration#co...
). Even supports MQTT clients directly (
https://docs.nats.io/running-a-nats-service/configuration/mq...
)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is always so hard to figure out for B2B libraries.