Can I host private data on Gosling.js genome browser?
I would like to host private that on Gosling, but I am not allowed to share it with a third party, it is secure data. When I work with Gosling browser, does it save the session? does data exchange happen with any other browser?
• 1,129 views
•
link
1 answer
The server appears to run via javascript and in that case, the same-origin policy applies.
The Javascript code cannot make a call to a different origin.
That being said l you should ask this question on their GitHub based discussions forum:
• 0 views
•
link
Log in to answer this question.
http://gosling-lang.org/