prayer0 / NBnode

Software for NBdomain node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBnode

Software for NBdomain node

  1. init database once: cd core | node resetDB.js
  2. start core service: node core/startCore.js &
  3. start api server: node startAPI.js &
  4. open browser and goto http://localhost:9000/api/?nid=1020.test to test NBdomain resolve service
  5. open browser and goto http://localhost:9000/web/md.1010.test to test NBdomain web service

node:

  • you can change core/config.js to change the port number of the API.
  • you can use tools like pm2 to make the service running in background.

About

Software for NBdomain node

License:MIT License


Languages

Language:JavaScript 89.7%Language:CSS 6.0%Language:HTML 4.3%