Skip to content

Python Remote Execution: Execute python scripts (unsecurely) on a remote server listening on a websocket.

Notifications You must be signed in to change notification settings

davidko/python-prex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Remote Execution (PREX)

This is an experimental server that executes Python scripts (or any kind of
scripts, really) it receives over a websocket connection. The connection allows
a web client to launch and interact with Python programs in real-time. 

The main use-case scenario is to enable a client device running a web browser,
such as a smart phone or ChromeBook, to execute Python scripts in a natural
way.

Please do _NOT_ run the server on your personal computer! Allowing clients to
run Python scripts from web apps is highly insecure. You have been warned!

About

Python Remote Execution: Execute python scripts (unsecurely) on a remote server listening on a websocket.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages