1.0.0 • Published 7 years ago

dhcp2 v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

dhcp2 dhcp2@1.0.0

dhcp client and server in nodejs

Installation

$ npm i dhcp2

Example

const dhcp = require('dhcp2');

const server = dhcp.createServer(function(request, response){

  console.log(request);

}).listen();

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT