Hacker News new | ask | show | jobs
by derekzhouzhen 1721 days ago
It is a nice way to introduce people to the wonders of bookmarklet.

I think what you are doing can be implemented entirely in client side javascript. You seems to be doing some server side templating at least, which feels like unnecessary and can become a bottleneck.

1 comments

Yes you are right, this can be done in client side javascript, but the downside is that it can't be updated. I do plan to add more tools down the road.
You can still update the code as long as you host it in your server. A static server is sufficient.
Got ya. Right now it's html + js, a little easier to maintain. Pure js is definitely an option.