Skip to content

this is about to become an http/ws router which translates requests into an dedicated api call which is going to be transfered via WS to an backend node (coming soon)

License

Notifications You must be signed in to change notification settings

acid4sigmas/acid4sigmas-trafficker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instructions coming sooner or later since this is far away from being finished!

Build instructions

  1. install golang
  2. in the root of this project do:
go get github.com/google/uuid
go get github.com/gorilla/websocket
go build
./trafficker

this will start the application on localhost:8080

setup the echo websocket

cd tester
npm i
node echo_client.js

will connect to localhost:8080/ws

About

this is about to become an http/ws router which translates requests into an dedicated api call which is going to be transfered via WS to an backend node (coming soon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published