# install node and npm
sudo apt install nodejs npm # it's roughly 50MB :(
# clone the repository
git clone https://github.com/czervenka/ws-proxy-poc.git
cd ws-proxy-poc
# install dependencies
npm install
# run either
node run server <host>:<port> &
node run client <client-key> <server_host>:<server_port> <forward_to_base_uri> & # forward-to-* points to a server to forward http to
client_key=kpz-1
curl localhost:8080/api/$client_key # path is the path to get from <forward-to-host>
-
Notifications
You must be signed in to change notification settings - Fork 2
czervenka/ws-proxy-poc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published