glisten
glisten copied to clipboard
A pure gleam TCP library
```gleam import gleam/bytes_builder import gleam/erlang/process import gleam/int import gleam/io import gleam/iterator import gleam/option.{None, Some} import gleam/otp/actor import gleam/otp/task import glisten pub const clrf = type MyMessage { Integer(i: Int) String(s:...
### Original thread https://discord.com/channels/768594524158427167/1415396454976979105/1415396454976979105
It would be great if glisten can support unix sockets and abstract unix sockets. Erlang supports this by passing the option `{ip, {local, Path}}` to `gen_tcp:listen` where `Path` is either...
You should be able to send a message to the top-level supervisor. This should stop accepting new connections and allow existing connections to complete. If everything is complete, it should...