websocket-client

WebSocket client for Python
Download

websocket-client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • liris

websocket-client Tags


websocket-client Description

WebSocket client for Python websocket-client is a Python module, a WebSocket client for Python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.Installation:This module is tested on only Python 2.7. Type "python setup.py install" to install.Example: from websocket import create_connection ws = create_connection("ws://localhost:5000/echo") print "Sending 'Hello, World'..." ws.send("Hello, World") print "Sent" print "Reeiving..." result = ws.recv() print "Received '%s'" % result Requirements: · Python


websocket-client Related Software