mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
In addition to TCP, this adds sbt server support for IPC (interprocess communication) using Unix domain socket and Windows named pipe. The use of Unix domain socket has performance and security benefits.