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

support running inside both headless Dynamo and UI mode #24

Open radumg opened 5 years ago

radumg commented 5 years ago

Situation right now

Extension has most of the functionality in the ViewExtension

What new feature do you suggest ?

How would this feature improve it ?

Allow some features of DynaServer to work in a headless, cross-platform version of Dynamo too.

Are you ready to help build this feature ?

radumg commented 5 years ago

tried abstracting away commands in a ServerExtension but running into thread safety issues. Needs further investigation.