Skip to content
forked from alun/ws-proxy

Trivial proxy for websockets to overcome CORS limitations

Notifications You must be signed in to change notification settings

markoff20k/ws-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Precursors

NodeJS, NPM

Executing

This will run websocket server on ws://localhost:10000 with a proxying to wss://ws.cex.io/ws

npm i
node ws-proxy

Customization

HOST=127.0.0.1 PORT=7777 WEB_SOCKET_SOURCE=ws://example.com/ws

About

Trivial proxy for websockets to overcome CORS limitations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%