pipey 0.1.1

A lightweight HTTP-to-WebSocket event delivery service.
Documentation
1
2
3
4
5
6
7
mod defaults;
mod publish;
mod ws;

pub use defaults::page_not_found;
pub use publish::publish_to_pipe;
pub use ws::open_pipe;