Giter Site home page Giter Site logo

ndnts-aux's Introduction

NDNts Auxiliary Package for Web and Deno

Usage

To install this module as a NPM module:

# Set the scope URL to GitHub
echo "@ucla-irl:registry=https://npm.pkg.github.com" >> .npmrc
# Install package using pnpm
pnpm add @ucla-irl/ndnts-aux

If you are asked to login, create a GitHub access token and use the following command:

pnpm login --scope=@ucla-irl --auth-type=legacy --registry=https://npm.pkg.github.com
# Use the token for password

The current release does not currently mark peer-dependencies. So please ignore the warnings given by pnpm. Just install NDNts nightly build as usual and it will work.

Unfortunately, the denoland release does not work. Please ignore that.

TODOs

  • Add more test
  • Add a class for NDN workspace
  • Add name pattern match and some ntschema for better namespace management.

ndnts-aux's People

Contributors

zjkmxy avatar ykocaogullar avatar

Stargazers

Haotian Yi avatar Junxiao Shi avatar

Watchers

 avatar

Forkers

ykocaogullar

ndnts-aux's Issues

Design a standard linked data format

Design a standard linked data format, like JSON-LD or CBOR-LD, to normalize data used in this project. This also helps the repo to fetch data. CBOR is preferred.

Required fields:

  • @content: a link to the schema of this object.
  • @id: the name of this object.

Required types:

  • Schema: defines the schema of an application, describing types of objects and their fields, as well as naming conventions.
  • Name: an NDN name linking to another object.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.