Skip to content
/ aiolink Public

async rpc on half duplex links with transparent object proxy for python, demo https://pmp-p.github.io/micropython-next/dom-rw.html

Notifications You must be signed in to change notification settings

pmp-p/aiolink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aiolink

disclaimer: this is a hack.

it was created with main purpose of allowing a threadless cpython to interact simply with a javascript engine.

second thing is : it works and allow to write cool stuff directly in python like

window.alert('hello world')

window.document.title = "why should I have thrown javascript before"

window.document.getElementById('exit_label').textContent =  "this way out"

maybe later implement callbacks for event bubble system of the browser Dom

About

async rpc on half duplex links with transparent object proxy for python, demo https://pmp-p.github.io/micropython-next/dom-rw.html

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages