Moving a node from go.Diagram to go.Diagram by drag and drop

Is it possible to implement such a feature that is moving a node from go.Diagram to go.Diagram by drag and drop using GoJS?
Any ideas would be greatful.

Yes, that is commonplace. It is most commonly implemented with Palettes: GoJS Palette -- Northwoods Software
You just need to permit dragging out from a diagram by setting this property to true: Diagram | GoJS API
Perhaps this sample will be useful to you: Two Diagrams

Thank you walter.
This sample is very informative!