Crate netidx_wsproxy

Source

Modules§

config

Functions§

filter
If you want to integrate the netidx api server into your own warp project this will return the filter path will be the http path where the websocket lives
run
If you want to embed the websocket api in your own process, but you don’t want to serve any other warp filters then you can just call this in a task. This will not return unless the server crashes, you should probably run it in a task.