• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

example/H03-May-2022-1,331677

mod_pywebsocket/H15-Mar-2021-5,2673,401

test/H15-Mar-2021-4,8153,072

.travis.ymlH A D15-Mar-2021230 1816

CONTRIBUTINGH A D15-Mar-20211.2 KiB3122

LICENSEH A D15-Mar-20211.4 KiB2925

MANIFEST.inH A D15-Mar-2021149 76

README.mdH A D15-Mar-2021767 3726

setup.pyH A D15-Mar-20212.9 KiB7532

README.md

1
2# pywebsocket3 #
3
4The pywebsocket project aims to provide a [WebSocket](https://tools.ietf.org/html/rfc6455) standalone server.
5
6pywebsocket is intended for **testing** or **experimental** purposes.
7
8Run this to read the general document:
9```
10$ pydoc mod_pywebsocket
11```
12
13Please see [Wiki](../../wiki) for more details.
14
15# INSTALL #
16
17To install this package to the system, run this:
18```
19$ python setup.py build
20$ sudo python setup.py install
21```
22
23To install this package as a normal user, run this instead:
24
25```
26$ python setup.py build
27$ python setup.py install --user
28```
29# LAUNCH #
30
31To use pywebsocket as standalone server, run this to read the document:
32```
33$ pydoc mod_pywebsocket.standalone
34```
35# Disclaimer #
36This is not an officially supported Google product
37