enobufs / stun

STUN server using node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code under 'lib' should not depend on specific implementation of config

enobufs opened this issue · comments

  • Params should be passed in via constructor or instance methods
  • Config loading should be done in bin/server.js so that use can choose their own config strategy when use API.

Fixed in v0.1.0