I want to build a chat app in Kodular with which database would you recommend me to use? (I was told firebace would be valuable to chat)
use firebase
This guide may help you.
No other solution? . I was told it was really expensive to use it for a chat app
I do not recommend using the fire base because it is very expensive and also because in applications like chat some people may send a message at the same time and the problem that is known with the fire base is data loss
Database with sockets
Im not understand..
Database such as mysql or any with socket.io for bidirectional data transfer and real time chating
I don’t think firebase is expensive, and it’s also not true that there’s data loss. Create a chat with firebase and I use the spark plan (free). I have 45 users.
I would like to know why you think it is expensive, greetings
what about A Chat Demo with PubNub
Taifun
For database
You can buy vps server and then you can create your own realtime database
Use this :- https://medium.com/swlh/build-your-own-realtime-database-with-socket-io-and-mongodb-1c561c2bb87
Hope it helps
D.V.
You can see the topic I created because of this problem:
How to do it in the kodular?
Hey,
AirDSocketIOClient Extension
Here is my extension which takes over the functions of SocketIO !!
Please test !!
You can configure a Node.JS server with Socket.IO and use my extension to link to the server !!! It works.
Thank you
Best Mysql