/stadoc

Very simple and faster server form static website using nodejs.

Primary LanguageTypeScriptMIT LicenseMIT

Stadoc is simple webserver for static website page. (For Hexo, Hugo, Jekyll, etc...)

Route / is change to /index.html

Sample

image

install

npm install --global stadoc

run server

 $ stadoc web_directory

use in java/typescript

import stadoc from 'stadoc';
stadoc('web_directory', 8080);

Thanks.