How to Install python-autobahn in Ubuntu 18.04



Install python-autobahn by entering the following commands in the terminal:

sudo apt update
sudo apt install python-autobahn

Description:

WebSocket client and server library, WAMP framework - Python 2.x

Autobahn|Python is a networking library that is part of the Autobahn project and provides implementations of: * The WebSocket Protocol * The Web Application Messaging Protocol (WAMP) for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients. . WebSocket allows bidirectional real-time messaging on the Web and WAMP adds asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket. . This package contains the Python 2.x module.

Homepage: http://autobahn.ws/python

Version: 17.10.1+dfsg1-2

Section: universe/python