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

it seems diffcult to debug and adjust the code if put the processing which create svg at the server side, could you say some thing about it? #1

Open
joostshao opened this issue Oct 7, 2014 · 2 comments

Comments

@joostshao
Copy link

i have wandered for a long time about create svg at the browser server end.
first, the javascript plugs or tools can all be used with "require" in the nodejs and phatomjs environment.
it seems that the differences are the balance of client and server , used cpu time and memory used.

but i have forget the important thing: if put it to server end, i should coding at the server side (the create logic and fetch my data from dbms) and refresh my brower then check my svg .

it is not Humanization, create code at server side and debug at the client, it become more diffcult.

@somebody32
Copy link
Owner

According to my experience debugging server-generated svg is no more complex than debugging server-generated html.
And also do not forget that there is no need to have a separate remote machine for tests, you can everything try locally even with livereload

@joostshao
Copy link
Author

LiveReload is great, thank you

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