This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

gosling

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:

https://github.com/gosling-lang/gosling.js/discussions

Log in to answer this question.