Live data from Hacker News

Puer – more than a live-reload server, built for efficient front end development

github.com

1–10 of 16 posts

Re: Puer – more than a live-reload server, built for efficient front end development

#4
post #3

How is this any better than BrowserSync [1]? [1] http://www.browsersync.io/

@kolev great question.

1. First,I need to say: puer is created before browser-sync (more than one year).

2. puer provide some features that browser-sync that not supported(debugger, mock request, qrCode generate etc.)

but puer is not support the user-action Synchronization that browser-sync supported.

puer is aim to providing a simple foundation for common frontend workflow .

Re: Puer – more than a live-reload server, built for efficient front end development

#10
post #3

How is this any better than BrowserSync [1]? [1] http://www.browsersync.io/

Thank you for posting this, after 20 minutes of trying to get Puer going I gave Browser Sync a go. Easier to install and the proxy setup worked first time. Also the documentation seems to be well laid out on Browser Syncs site with clear instructions and Gulp / Grunt examples... might give gulp a try soon.
Post reply on HN