I was playing with an idea of having a openlayers instance running on node and being able to call it from my website?
For example I would like to send location parameters for it and use openlayers plugins to generate a response (since similar plugin isn't available for Leaflet and I wouldn't like to add two separate mapping librarys on the same page).
Could this be possible with virtualdom or similar?