TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Review Vogue, my web dev tool that uses nodejs and socket.io

4 pointsby andrewdaveyover 14 years ago
I wanted to learn some nodejs. So I built a handy tool over the weekend, called Vogue. Vogue watches your website's CSS files. Whenever you save changes in your editor, Vogue tells all browsers currently using those stylesheets to re-download the CSS. So each browser visually updates, without having to reload the entire page.<p>It's near instant, much faster than switching between browsers and reloading manually.<p>This page has more info, including a 2-minute screencast show Vogue in action: http://aboutcode.net/vogue/<p>The source is here: https://github.com/andrewdavey/vogue<p>I'd love to get some feedback (on the code, the website, anything) from the HN-crowd. Thank you.

2 comments

madhouseover 14 years ago
The website's colors hurt my eyes, the uneven height of strifes are also fairly annoying. However, the idea sounds interesting, and since it's on github, and I don't have to visit the website ever again, I'll give it a try!<p>If it does work as I expect it to work, this'll be a very nice addition to my collection of favourite tools.
评论 #2072412 未加载
评论 #2072728 未加载
gregorymover 14 years ago
There is a similar solution called Livereload. <a href="https://github.com/mockko/livereload" rel="nofollow">https://github.com/mockko/livereload</a>