Skip to content

Instantly share code, notes, and snippets.

@myamamic
Created May 14, 2013 11:26
Show Gist options
  • Select an option

  • Save myamamic/5575262 to your computer and use it in GitHub Desktop.

Select an option

Save myamamic/5575262 to your computer and use it in GitHub Desktop.
[web] WebSocket autobahn導入
[前提条件]
* 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