danielbayerlein / honeycomb

🐝 Honeycomb is a common basis for @nodejs microservices
MIT License
10 stars 0 forks source link

honeycomb-server #75

Closed danielbayerlein closed 7 years ago

danielbayerlein commented 7 years ago

I think it makes sense to create a honeycomb-server package with hapi.js.

danielbayerlein commented 7 years ago

@chrishelgert What do you think about that?

chrishelgert commented 7 years ago

What do you mean with this? What will be part of honeycomb-server?

danielbayerlein commented 7 years ago

honecomb-server is a dependency of every honeycomb-service. It includes hapi.js and the configuration for e.g. gzip or http2. For example https://github.com/electrode-io/electrode-server. So we have only one package with the hapi.js dependency.

I'm not sure it makes sense at the moment. Let's talk about it on Monday.

danielbayerlein commented 7 years ago

PR: #82