Skip to content

obox-systems/demo_broadsign_extended_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Middleman demo

This project was meant to be a middleman between two APIs.

It connects to the websocket and its endpoints, parses data they give and transforms that data to the correct form for another API websocket.

The communication is done via JSON messages.

Try it out!

  1. Install Rust
  2. Setup two websocket servers
$ cargo install websockat
$ websockat -s 8080 &
$ websockat -s 6666 &
  1. Run the app to begin the communication:
$ cargo run --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages