curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
525 stars 7 forks source link

Allow hostname parameter #156

Closed Nicholaiii closed 3 years ago

Nicholaiii commented 4 years ago

This PR allows Application#listen to accept an optional hostname parameter. This fixes #155

evert commented 3 years ago

Thanks for the PR + test! We should make the same change to listenWs() before releasing