TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 andrewdavey超过 14 年前
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 条评论

madhouse超过 14 年前
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 未加载
gregorym超过 14 年前
There is a similar solution called Livereload. <a href="https://github.com/mockko/livereload" rel="nofollow">https://github.com/mockko/livereload</a>