#How to create UNIX domain socket with bun

1 messages · Page 1 of 1 (latest)

brisk zealot
#

Hello, i'd like to make a daemon that would do all kinds of stuff, from managing docker containers to working with databases and i'd like to create an API for some data retrieval and such, but without creating HTTP/TCP server. Is there a way on how or i need to wait for net.createServer?

celest fog
#

This will be added to Bun when tls.Server get merged. Bun.connect will also support it.