Super-simple screen sharing with nothing but Python and Flask.
pip install pyscreenshot
pip install flask
pip install pillow
./scripts/install
./scripts/run
Then visit http://localhost:5000.
Tested with Ubuntu 12.04. The pyscreenshot library may not work on your system!