radumg / DynaServer

A Dynamo Extension that allows bi-directional communication and control of Dynamo as a REST API.
GNU Affero General Public License v3.0
18 stars 1 forks source link

add support for websockets #21

Open radumg opened 5 years ago

radumg commented 5 years ago

Situation right now

No support for websockets

What new feature do you suggest ?

Add a socket connection manager

How would this feature improve it ?

nodes/other extensions can use it to start/stop connections and send/receive messages.

Are you ready to help build this feature ?