Usage
This tool can be used to bridge a Socket.IO 0.9 connection to WebSocket.
Installation
From PyPI
pip install socklet
From Source
./setup.py install
Configuration
A configuration file can be saved to ~/.config/socklet/config.ini to avoid specifying the connection details for each invocation. Of course, $XDG_CONFIG_HOME can be set to change your configuration path.
[CLIENT] Host = https://example.com Port = 443 [SERVER] Host = localhost Port = 8765
Development
The source code is located on GitLab. To check out the repository, the following command can be used.
git clone https://gitlab.com/two-many-tabs/socklet.git
Release files for socklet 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| socklet-1.0.1.tar.gz | 6.8 kB | Details |
Release files / socklet-1.0.1.tar.gz
| Download URL | socklet-1.0.1.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1545ac0a1a108307696fbad05cf00f6d8809f975c590a6f81f31dfec303e671f
|
|
BLAKE2b-256 checksum How to use checksums |
b7cbe6e297cc4c7bcb58439a034cd6eb3f124f74c931ea367a2a104352cb5fbc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.2 pkginfo/1.4.2 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
|