Skip to main content

Websocket Server for python

Project description

Python Package for Websocket Server Live

  • WebsocketServer built in python.

  • For active server on command line:

    • Install package with PIP;

    • Run command wsserver-malbizer ''

    • Send JSON string for serve on model:

      { "subject": "subject for your message", "sender": "id_sender", "topic": [], //List of topics to inscribe message "payload": "Value for your message (JSON string)", "persist": false //indicate if message is persisted and send for new clients }

  • For using on python file:

    • Import wsservermalbizer with WebsocketServer and use the code:

      WebSocketServer(port=port).start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsserver_malbizer-1.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

wsserver_malbizer-1.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page