🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

websocket-vosp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-vosp

A WebSocket client package for handling WebSocket connections

pipPyPI
Version
0.2.0
Maintainers
1

WebSocket Vosp

This package provides a quick-access to what is essentially a boiler-plate socket client; manages socket connections, sends requests, and handles responses.

Installation

pip install websocket_vosp

Usage:

from websocket_vosp import SocketClient

client = SocketClient('example.com', 443)
client.connect()
client.send_request("Hello Server")
response = client.receive_response()
print(response)


FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts