Skip to content

anothersoft/hipr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIP-R

HIP-5 but recursive

Usage

const { RecursiveServer } = require('hipr') 
const server = new RecursiveServer(options)

server.use(':hip5data._:protocol', async ({ hip5data, protocol }, name, type) => {
  const zone = await fetchZone(protocol, hip5data)
  return zone.resolve(name, type)
})

server.bind(53)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%