fernandoacorreia / flex-and-python-test
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
26aa06d
commit 26aa06dcd6635a1fb44edae24f2eccb2d429fafe
tree e8e3c6b3ff15c35734ce889e932594dfaac24a57
parent 25770d9289ba2410668f00310d57ea51a0b6b97c
tree e8e3c6b3ff15c35734ce889e932594dfaac24a57
parent 25770d9289ba2410668f00310d57ea51a0b6b97c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 15 17:04:43 -0700 2008 | |
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
TODO.txt | ||
| |
flex-client/ | ||
| |
python-client/ | ||
| |
server/ |
README.txt
Flex and Python Test Copyright (C) 2008 by Fernando de Alcantara Correia. All rights reserved. Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php). Project website: http://fernandoacorreia.wordpress.com The goal of this experiment is to create a Web application with a rich user interface and a fast response time in a high-performance server environment without worrying too much about server administration. PREREQUISITES * Google App Engine * Flex Builder 3 or Flex SDK * Python 2.5 INSTRUCTIONS 1. Start the server: cd server dev_appserver.py --debug --address=localhost --port=8080 . 2. Execute the Python client test: cd python-client python client.py 3. Open the Flex client in the Web browser: cd flex-client cd bin-debug main.html

