wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Lack of quick examples and efficient install procedure #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Find a competent Python programmer unfamiliar with pywebsocket but curious 
to try it
2. Ask them to have a demo running in 5 minutes using 
https://code.google.com/p/pywebsocket/ or Google to find info
3. Find out if they had it running in 5 minutes or not

What is the expected output?
No errors, accomplishment.

What do you see instead?
Errors and lack of accomplishment.
Things like:
[2012-05-26 14:46:57,121] [WARNING] __main__.WebSocketRequestHandler: localhost 
- code 404, message File not found
[2012-05-26 14:50:04,301] [WARNING] __main__.WebSocketRequestHandler: localhost 
- code 404, message File not found

What version of the product are you using? On what operating system?
The latest version on Ubuntu 11.10 and Chrome 20.0.1132.17 beta (not that you 
needed to know.

Please provide any additional information below.

Original issue reported on code.google.com by luke.sta...@gmail.com on 26 May 2012 at 10:48

GoogleCodeExporter commented 9 years ago
I got Tavendo Autobahn's echo example running in less than 3 minutes including 
download time. It may help to compare.

Original comment by luke.sta...@gmail.com on 27 May 2012 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by tyoshino@chromium.org on 23 Aug 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Refined README and pydoc.

https://codereview.appspot.com/6483053/

Original comment by tyoshino@chromium.org on 27 Aug 2012 at 8:15