shelf_unix_domain_socket 1.1.1 copy "shelf_unix_domain_socket: ^1.1.1" to clipboard
shelf_unix_domain_socket: ^1.1.1 copied to clipboard

Extension library for Shelf to supports unix domain socket.

Extension library for Shelf to supports unix domain socket.

Features #

You can listen your handler on a unix domain socket.

Getting started #

dart pub add shelf_unix_domain_socket

Usage #

var server = await File('/tmp/server.sock').bindHttpServer();
shelf_io.serveRequests(server, handler);

Additional information #

You can use only on Linux/macOS.

0
likes
120
pub points
36%
popularity

Publisher

verified publisherkkazuo.com

Extension library for Shelf to supports unix domain socket.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

posix

More

Packages that depend on shelf_unix_domain_socket