node-solo

0.0.2 • Public • Published

solo

Super simple static server

Very basic server for running a single HTML file, useful for tests

installation:

npm install node-solo --save-dev

command-line usage:

solo my-file.html -p 8888

API usage:

solo.run("my-file.html",{port:8888});

/node-solo/

    Package Sidebar

    Install

    npm i node-solo

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • richmarr