0.1.2 • Published 10 months ago

server.io-static v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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.1.2

10 months ago

0.1.0

10 months ago

0.1.1

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago