File: README.md

package info (click to toggle)
python-ws4py 0.4.2%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 688 kB
  • sloc: python: 4,500; makefile: 140; javascript: 96
file content (17 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```