Skip to content

A Python server which allows JS websockets to connect to a socket through it

Notifications You must be signed in to change notification settings

benwjhack/python-socket-websocket-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-websocketbridge

A simple bridge program which forwards data between a server socket and client websockets.

This is a little bit like an echo server.

Usage:

python -m websocketbridge 5050 5051

or in a script:

import websocketbridge

websocketbridge.runserver(socket_port=5050, websocket_port=5051)

About

A Python server which allows JS websockets to connect to a socket through it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published