Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lawouach/WebSocket-for-Python
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
https://github.com/Lawouach/WebSocket-for-Python
python websockets ws4py
Last synced: about 2 months ago
JSON representation
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
- Host: GitHub
- URL: https://github.com/Lawouach/WebSocket-for-Python
- Owner: Lawouach
- License: bsd-3-clause
- Created: 2011-08-08T20:53:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T11:15:04.000Z (7 months ago)
- Last Synced: 2024-05-21T22:44:45.009Z (7 months ago)
- Topics: python, websockets, ws4py
- Language: Python
- Homepage: https://ws4py.readthedocs.org/en/latest/
- Size: 2.28 MB
- Stars: 1,114
- Watchers: 55
- Forks: 288
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - WebSocket-for-Python - WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.3.5) (Python)
README
# WebSocket for Python (ws4py)
[![Gitter](https://badges.gitter.im/Lawouach/WebSocket-for-Python.svg)](https://gitter.im/Lawouach/WebSocket-for-Python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.org/Lawouach/WebSocket-for-Python.svg?branch=master)](https://travis-ci.org/Lawouach/WebSocket-for-Python)
[![PyPI](https://img.shields.io/pypi/v/ws4py.svg)](https://pypi.org/project/ws4py/)Python library providing an implementation of the WebSocket protocol defined in [RFC 6455](http://tools.ietf.org/html/rfc6455).
Read the [documentation](https://ws4py.readthedocs.org/en/latest/) for more information.
You can also join the [ws4py mailing-list](http://groups.google.com/group/ws4py) to discuss the library.
## Installation
```
pip install ws4py
```