server.io-static

0.1.2 • Public • Published

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}`
            }
        }
    )   

Dependents (1)

Package Sidebar

Install

npm i server.io-static

Weekly Downloads

27

Version

0.1.2

License

ISC

Unpacked Size

65.3 kB

Total Files

12

Last publish

Collaborators

  • softman65