Skip to content
/ PyJsPs Public

Python and JS Websocket-Wrapper, to establish a connection between a JS-Client and a Python-Server.

Notifications You must be signed in to change notification settings

Effyiex/PyJsPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyJsPs

The simplest solution to communication between a Python-Server and a Javascript-Client.

Dependencies

It relies on Asyncio and the Python Websockets API.

Implementation

  • Clientside:
<script src="https://effyiex.github.io/PyJsPs/pyjsps.js"> </script>

About

Python and JS Websocket-Wrapper, to establish a connection between a JS-Client and a Python-Server.

Topics

Resources

Stars

Watchers

Forks