Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening JSON file from within a browser #19

Open
GuyBaele opened this issue Mar 8, 2016 · 1 comment
Open

Opening JSON file from within a browser #19

GuyBaele opened this issue Mar 8, 2016 · 1 comment
Assignees

Comments

@GuyBaele
Copy link
Member

GuyBaele commented Mar 8, 2016

Add sufficient information, for different platforms this time, on how to start Google Chrome with a command-line option so that JSON files can be loaded from within Google Chrome.

@GuyBaele GuyBaele self-assigned this Mar 8, 2016
@fbielejec
Copy link
Member

This is a duplicate of issue #18

Per the above - possible solution is to open a small server on some port of the localhost and serve file statically from there, BUT:

  • if user doesn't close the software properly the port is not release,
    so second time around it fails [solution: randomly choose an open
    port?]
  • if he/she want's to revisit the generated webpage and goes to index.html
    directly the data is not served, so it fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants