Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
/ gms Public archive

NOT YET BENCHMARKED OR IN PRODUCTION! @grundstein/gms. serves magic pages from memory.

License

Notifications You must be signed in to change notification settings

grundstein/gms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@grundstein/gms

WIP. NOT IN PRODUCTION, TESTED AND/OR BENCHMARKED YET!

gms: grundstein magic server

features:

static page serving

serves a local directory (process.cwd() + 'public' is the default)

index.html directory alias

requests to /dir/ get answered by sending /dir/index.html back, if it exists.

installation

npm i -g @grundstein/gms

usage

// show full help
gms --help

// serve the ./public directory
gms

// serve specific directory
gms --dir /global/directory/path

// serve on specific host and port
gms --host grundstein.it --port 2323

About

NOT YET BENCHMARKED OR IN PRODUCTION! @grundstein/gms. serves magic pages from memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published