Now that I have my chatbot server up and running (many thanks to you guys! )
I have been wondering on how can I make it RESTful so I can implement it in a mobile application.
I am writing the app for iOS swift and using the cocoa pod library Alamofire to handle the networking between the app and the server.
I was just wondering on how you have able to accomplish this on both the client and server sides.
And if there are any examples that you may have posted on GitHub that I could have a look at as well?
I understand if you don’t post server side code for security but I am interested in how networking is implemented between the server and client.