Created
May 14, 2013 11:26
-
-
Save myamamic/5575262 to your computer and use it in GitHub Desktop.
[web] WebSocket autobahn導入
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [前提条件] | |
| * ubuntu 12.04 | |
| * apacheは動いている。 | |
| * python2.7が入っている。 | |
| [手順URL] | |
| http://autobahn.ws/python/getstarted | |
| [やったこと(だいたい] | |
| 1.mod_pythonいれた | |
| http://www.modpython.org/ | |
| 2.AutobahnPythonいれた | |
| http://autobahn.ws/ | |
| →websocketライブラリ | |
| 今回は、サーバー側プログラムがpythonなので、python版 | |
| 1)autobahnのeggファイル?をいれた | |
| https://pypi.python.org/pypi/autobahn | |
| 2)Twistedいれた | |
| apt-get install python-twisted | |
| http://twistedmatrix.com/trac/ | |
| 3)インストール | |
| easy_install autobahn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment