Can someone connect the dots for me? Javascript to Python via JSON
Hi all,
I'm looking for a way for javascript to interact with python (which runs a server side process). Essentially I want to send a command with a the web, and have python execute certain code. but I'm lost as how I should get python to view/process and send back commands.