0.0.4 • Published 28 days ago

server.io-static v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
28 days ago

EXPERIMENTAL LIBRARY

server.io-static

static server files with socket.io

Getting Started

npm i server server.io-static

Start

crea primero una carpeta /@domain en la raiz del proyecto con los ficheros estaticos

app.js

    require('server.io-static')({  
            domains:['localhost'], 
            port:8080,
            path: ( AppPathFile,domainPath)=>{
                return `./@domain/${domainPath}/${AppPathFile}`
            }
        }
    )   
0.0.3

28 days ago

0.0.4

28 days ago

0.0.2

1 month ago

0.0.1

1 month ago