VegaHub


Vega

Module to used to connect an F# Interactive session with the SignalR hub and send messages.

Functions and values

Function or valueDescription
connect (url, filePath)
Signature:(url:string * filePath:string) -> IDisposable

Launch the default web browser and connect SignalR using the specified url.

send spec
Signature:spec:string -> unit

Send the spec to the Vega browser client via SignalR.

Fork me on GitHub