UNPKG

sonofs

Version:

sono nodejs distributed file system

14 lines (12 loc) 243 B
const sonofs = require('../'); const cfg = { groupId: 1, serverId: 1, root: '/Users/sunlu/Desktop/workspace/nodejs/data', port: 8124, maxWorkers: 2, registry: { port: 8123 } }; sonofs.startFileServer(cfg);