What can I use to allow an android app to communicate with a rails app

后端 未结 3 1808
-上瘾入骨i
-上瘾入骨i 2020-12-19 14:53

I\'m trying to create an application that basically lets a user on an android device send a message that instantly appears in the rails application. Does anyone have suggest

3条回答
  •  有刺的猬
    2020-12-19 15:27

    The best way to do this is by creating an API for your rails app. Then you can use HTTP post request from your Android Application.

提交回复
热议问题