I'm developing a collaborative text editor, and the great ShareDB library was the best option I can find, very simple to use and accessible!
But now I'm figuring out where and how can I host a scalable backend handling ShareDB.
In the beginning, I was thinking of AWS Elastic Beanstalk, but I have some trouble making the WebSockets working on it. And then I discover AWS API Gateway Websocket, which seems to be very versatile and useful for what I am searching for.
I was wondering if some of you ever tried to make these two interesting technologies work together?
Thanks a lot for your answers :)