Skip to content

WebSocket Time Protocol (WST) - Server Implementation

License

Notifications You must be signed in to change notification settings

cignalsio/wst-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Time Protocol (WST) Server

A (very) simple server implementation of the WebSocket Time Protocol (WST) in Rust, based on the work by M. Gutbrod, et al. in A light-weight time protocol based on common web standards.

Install

cargo install

Example

Server:

$ ./wst 127.0.0.1:8080

Client:

$ echo '{"c":1683229952425}' | websocat 'ws://127.0.0.1:8080/wst'
{"c":1683229952425,"s":1683232267249,"e":null,"l":3}

Sponsor

Thanks to our sponsor Cignals footprint charts cryptocurrency charting platform.

Releases

No releases published

Packages

 
 
 

Languages