-
Notifications
You must be signed in to change notification settings - Fork 527
Help @Step-Basic-Readme #927
Comments
@daffl ^^^ |
i founded a way by following the https section mixed with Node's http2 example but i cannot see my index.html file, i receive a:
`/* eslint-disable no-console */ process.on('unhandledRejection', (reason, p) => server.on('listening', () => server.on('stream', (stream, headers)=>{ |
PM daffl on Slack to look at this issue. I'll be interested in knowing the result of any discussion. |
HTTP2 support is being tracked in feathersjs/feathers#369. I don't believe Express officially has it yet but as with everything related to Feathers and HTTP, everything that works with Express will work as well. Once Buzzard is out we will also look into adding transport providers that use the Node HTTP/HTTP2 modules directly. |
The issue you are seeing is probably because HTTP2 requires SSL encryption and I think most browsers only support HTTP2 over SSL |
Hello,
this question seems so dumb but i can't figure it out, after generating my new app, where do i configure feathers to be be served over http2.createServer();
The text was updated successfully, but these errors were encountered: