You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! Well, just to pass the chat messages off to the go app. And well the website too I guess. We need a chat system of some type, and also be able to export the messages to the go app in regular intervals. Could be done an assorted amount of ways really.
Messages from our apps chat should make a POST call via AJAX to a route on our server which in turn can be picked up by the master go app.
/var/www/html/index.html will have the chat app
Idea:
The text was updated successfully, but these errors were encountered: