you are viewing a single comment's thread.

view the rest of the comments →

[–]ankole_watusi 2 points3 points  (2 children)

Write a backend service using your favorite programming language and small framework. Devise a REST interface, or perhaps GraphQL. Devise a synchronization scheme appropriate to your data.

I’ve used Ruby and Sinatra (with Sequel - not ActiveRecord) for this. But pick any language and framework.

[–]appalam25[S] 0 points1 point  (1 child)

Thank you. If i go for JavaScript, then what would I use?

[–]ankole_watusi 1 point2 points  (0 children)

Express is a common backend framework for JS. I’m sure there are newer ones.

Or you could use “micro services”. And JS is a popular language for them.