2.1.0 • Published 3 years ago

quickhtmlserver v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

quickhtmlserver

DISCLAIMER: quickhtmlserver can only broadcast an index.html file. thats it.

Description: A tiny HTML-Only http server

How to use quickhtmlserver as a console command:

  1. Make a new directory with an index.html file.
  2. Run the command quickhtmlserver to broadcast the index.html file onto the local network on port 8080

How to use quickhtmlserver in your projects

  1. To add it into your project, write const qhtmls = require('quickhtmlserver')
  2. To start the server, write qhtmls.start()

Installation instructions

Install as a console command with npm i quickhtmlserver -g Install for use in your projects with npm i quickhtmlserver

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago