Skip to content

Python Etherpad connection

thaije edited this page Jun 26, 2015 · 1 revision

For the connection between the Python application and Etherpad we use the library Autobahn (autobahn.ws)

More info about the communication protocol can be found in Communication protocol

Files

Scripts/connect.py This script can send and receive functions and events

Scripts/call.py

Scripts/router This directory is used for crossbar.io

Site/socket.js