https://github.com/agoose77/not-dead-yet

Stupid simple live-server implementation in Python

https://github.com/agoose77/not-dead-yet

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary

Keywords

css html js live-server python
Last synced: 5 months ago · JSON representation

Repository

Stupid simple live-server implementation in Python

Basic Info
  • Host: GitHub
  • Owner: agoose77
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 24.4 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
css html js live-server python
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

Not Dead Yet!

pypi-badge

Monty Python and the Holy Grail

not_dead_yet is a stupid simple web server, which provides a live-server over HTML files. If any files in the given directory are modified, loaded HTML pages will refresh.

Usage

Launch a live server on localhost:8080 with bash ndy serve .

Some users may prefer to use a more advanced change-detection routine than the simple polling API. External watchers can be used with not-dead-yet by disabling the file-watching feature, and triggering a reload over the TCP socket: ```bash

Launch server

ndy serve --no-watch &

Watch for changes, and call ndy reload when required

watchexec -w . -- ndy reload ```

Owner

  • Name: Angus Hollands
  • Login: agoose77
  • Kind: user
  • Location: United Kingdom
  • Company: 2i2c

Open Source Infrastructure Engineer @ 2i2c. Executable Books core team member. PhD in Nuclear Physics from the University of Birmingham.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels