GitXplorerGitXplorer
j

http2ws

public
16 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
6b043f99bec04412793199e25beb510c746d6cee

Update details

jjasnell committed 6 years ago
Verified
bcdb5cd33461b21d5b456635fb4145d812542122

More Fun

jjasnell committed 6 years ago
Verified
79f36328350d518d24c4fd62cc249697bc55d737

Create README.md

jjasnell committed 6 years ago
Verified
cea7c65f67466f9750531bf9fe68b7803f26c574

Initial commit

jjasnell committed 6 years ago

README

The README file for this repository.

WebSockets over HTTP/2 in Node.js POC

This is a POC demonstrating that WebSockets over HTTP/2 in Node.js works.

Requires current Node.js master

Echo server... whatever you type into stdin is echoed back via a WebSocket... while others HTTP GET requests occur simultaneously over the same connection.

node http2ws

Time server... five concurrent WebSockets are created over a single HTTP/2 connection... a single server-side Worker thread is used to send current time to each connected socket.

node morefun