Add a basic Unix socket server using Bun

- Implemented a simple server using the net module.
- The server listens on a specified socket path.
- Added error handling for server errors.
- Included checks to verify the existence of the socket file.
This commit is contained in:
Alex Newman
2025-10-16 17:07:14 -04:00
parent 834cf4095e
commit 2d080b0264
7 changed files with 862 additions and 83 deletions
File diff suppressed because one or more lines are too long