WebSocket-for-Python
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
파일 탐색기
최종 버전 다운로드 (.zip)- python-package.yml
- release.yaml
- design.rst
- documenting.rst
- releasing.rst
- rules.rst
- testing.rst
- basics.rst
- browser.rst
- clienttutorial.rst
- conformance.rst
- credits.rst
- examples.rst
- install.rst
- managertutorial.rst
- performance.rst
- requirements.rst
- servertutorial.rst
- ws4py.client.rst
- ws4py.rst
- ws4py.server.rst
- conf.py
- index.rst
- make.bat
- Makefile
- app.py
- index.html
- style.css
- droidsensor.js
- style.css
- style.min.css
- drawingboard.js
- drawingboard.min.js
- main.css
- main.min.css
- normalize.css
- normalize.min.css
- modernizr-2.6.2-respond-1.1.0.min.js
- main.js
- plugins.js
- apple-touch-icon-precomposed.png
- favicon.ico
- jcanvas.min.js
- robots.txt
- board.html.py
- index.html.py
- 404.html
- board.html
- index.html
- app.py
- bug167_client.py
- droid_sensor.py
- droid_sensor_cherrypy_server.py
- echo_chaussette_server.py
- echo_cherrypy_server.py
- echo_cherrypy_server_nojquery.py
- echo_client.py
- echo_gevent_client.py
- echo_gevent_server.py
- mocking_data_source.py
- server.crt
- server.key
- py2kreqs.txt
- py3kreqs.txt
- rtd.txt
- __init__.py
- autobahn_test_servers.py
- fuzzingclient.json
- test_cherrypy.py
- test_client.py
- test_frame.py
- test_logger.py
- test_manager.py
- test_messaging.py
- test_stream.py
- test_utils.py
- test_websocket.py
- __init__.py
- geventclient.py
- threadedclient.py
- tornadoclient.py
- __init__.py
- cherrypyserver.py
- geventserver.py
- tulipserver.py
- wsgirefserver.py
- wsgiutils.py
- __init__.py
- _asyncio_compat.py
- async_websocket.py
- compat.py
- exc.py
- framing.py
- LICENSE
- manager.py
- messaging.py
- streaming.py
- utf8validator.py
- websocket.py
- .gitignore
- .python-version
- .travis.yml
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Lawouach/WebSocket-for-Python
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd WebSocket-for-Python
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install ws4py
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
