UNPKG

httpolyglot

Version:

Serve http and https connections over the same port with node.js

5 lines (4 loc) 120 B
require('fs').readdirSync(__dirname).forEach(function(f) { if (f.substr(0, 5) === 'test-') require('./' + f); });