Skip to content

kkazuo/shelf_unix_domain_socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extension library for Shelf to supports unix domain socket.

Resources

License

Stars

Watchers

Forks

Languages