Skip to content

Roadmap? #18

@NV

Description

@NV

Some things have happened lately. Firefox 4 beta supports WebSockets. LiveReload pops out and its server is using WebSockets. As I see it, next reasonable steps would be:

  • WebSockets-based XRefresh for Firefox
  • The same file monitoring server for XRefresh and LiveReload

Current response format of LiveReload is just a filename string, like main.css or index.html. I think we should send full path, like /Users/nikitavasilev/Sites/tmp/test.html. Some benefits:

  1. The filename doesn't work well when few CSS/JS-files named the same. For instance, foo/main.css and bar/main.css.
  2. A full path will allow as to do a "strict mode" when we edit something on file:// scheme.

darwin, how hard would be to port XRefresh to WebSockets?
LiveReload developers (andreyvit and dottedmag), what do you think about the same server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions