Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
go
chat
golang
telegram
messaging
xmpp
messenger
grpc
whatsapp
instant-messaging
chatbots
chat-application
chatapp
webchat-server
chatserver
messaging-api
-
Updated
Mar 7, 2021 - Go
Problem
We currently fetch ALL conversation records when we hit the
ChatApi.Conversations.list_conversations_by_account/2method (i.e. we set nolimitoroffsetin our query, nor do we have cursors or anything like that)This will not scale very well as more and more data gets added.
Solution
To start off, let's do the following: