Autobahn sending user specific and broadcast messages from external application
问题 Totally new to websockets. I am having a bit of trouble understanding how to interact with python Autobahn / twisted from another application and cannot seem to find any useful examples. I have a Python application running that needs on certain events to send one of two types of messages. The first is a broadcast message to all users. The second type is to a single specific user. Using the following two examples I can receive messages and send a response. However I do not need to receive