SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Use generators for handshakes (*Preparer classes) #76

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

Because we can't really do async/await just yet, we'll use https://github.com/SEAPUNK/mini-copromise instead.