Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cafehaine/autorefresh
A brackets-like auto refresh for your local website
https://github.com/cafehaine/autorefresh
autorefresh firefox linux python python3 websocket
Last synced: 3 days ago
JSON representation
A brackets-like auto refresh for your local website
- Host: GitHub
- URL: https://github.com/cafehaine/autorefresh
- Owner: cafehaine
- License: mit
- Created: 2018-03-29T08:38:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T09:09:58.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T06:08:20.661Z (almost 2 years ago)
- Topics: autorefresh, firefox, linux, python, python3, websocket
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoRefresh
AutoRefresh is a simple brackets-like auto refresher for your local website.Unlike bracket's solution, it supports any browser (with websockets support), so you can use it with Firefox!
AutoRefresh currently only works with Linux. Support for other platforms is planned.
It is similar to [logankoester's autorefresh](https://github.com/logankoester/autorefresh), but based on python3 and it should automagically detect files to detect changes to.
The modifications are detected using pyinotify, and the http/websocket server is implemented by hand using sockets.
This is quite early stage, there is no simple way to install this at the time, but it should work.