synchrony / smsn

Semantic Synchrony. An experiment in cognitive and sensory augmentation.
Other
178 stars 15 forks source link

move client/server from HTTP to WebSocket #40

Closed joshsh closed 7 years ago

joshsh commented 7 years ago

WebSocket has a number of benefits over HTTP in SmSn:

There will be no good reason to continue supporting REST once we have a solid WebSocket solution.

joshsh commented 7 years ago

This is done. WebSocket and also HTTP are supported; it was simple enough to maintain support for both.