Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ninep2k

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ninep2k

9P2000 server for Node JS.

latest
npmnpm
Version
0.0.0-l
Version published
Weekly downloads
2
-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

nineP2k

Getting started

Install

$ npm i -g ninep2k

Usage

$ nineP2k directory socket
$ nineP2k directory listen-address
$ nineP2k directory listen-address listen-port

Implementing a File

const File = require('ninep2k/fs/File').File;

class ExampleFile extends File
{}

Implementing a Directory

const Directory = require('ninep2k/fs/Directory').Directory;

class ExampleDirectory extends Directory
{}

FAQs

Package last updated on 15 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts