An open API service indexing awesome lists of open source software.

https://github.com/liamg/dnsaur

DNS client/server components in node.
https://github.com/liamg/dnsaur

Last synced: 3 months ago
JSON representation

DNS client/server components in node.

Awesome Lists containing this project

README

          

## Usage

### Server

```javascript
var dnsaur = require('dnsaur');

var server = new dnsaur.Server();
server.listen();
```