lolney / bottleneck

Multiplayer base defense game with scripting-based problem solving
https://www.bottleneck.world/
0 stars 0 forks source link

Consider switching from websockets to HTTP for most purposes #80

Closed lolney closed 6 years ago

lolney commented 6 years ago

Websockets don't convey the request/response relationship -- or the state changes represented by HTTP verbs -- very well. Can also consider GraphQL: https://github.com/apollographql/subscriptions-transport-ws https://github.com/apollographql/subscriptions-transport-ws/issues/44