bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Create abstractions around http and websocket #1

Closed jnicklas closed 4 years ago

jnicklas commented 4 years ago

Instead of using free functions, this starts wrapping the interior APIs of http and websocket so we can use them with effection's yield.

This is pretty rudimentary in that it only adds the operations we're currently using. It seems like eventually we'll want to extract all of this into effection-http and effection-websocket libraries, I guess?