Andrew Peng
Andrew Peng
Why aws appsync instead of websockets?
I just don't see the need to use another service, and it'll also complicate development (we'd have to deploy to some staging env every time we want to test something?)....
What other uses of websockets do you think we'd want to add in the future?
Django channels seem to be the accepted library for websockets, and the implementation won't be too bad. The one thing is we'd probably have to port our training methods as...