2.0.2 • Published 5 months ago

griffinwebserver_v2 v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Basic webserver library to serve files in a folder. But can also have specific paths like /api/ that is handled by custom function, and the need for that was why this was created in the first place.

Basically this library is perfect for projects that is mostly backend, but also need to some files served. For instance a searchengine where you need a webpage that pull data from the backend.

It don't contain bells and whistles, it's just quick and only uses vanilla nodejs so no need to install external libraries. Also note that its currently just 139 lines of code, of them 50 are defining mime types, and 10 lines of comments, it's very lightweight in every sense of the word.

2.0.2

5 months ago

2.0.1

9 months ago

2.0.0

9 months ago