shelf_unix_domain_socket

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

shelf 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
copied to clipboard
Usage #
var server = await File('/tmp/server.sock').bindHttpServer();
shelf_io.serveRequests(server, handler);
copied to clipboard
Additional information #
You can use only on Linux/macOS.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator