Chat demo application ionic?

hi guys i need to implement a little chat features in my app can someone help me.
thkns

you can use firebase or socket io I guess just search for ionic chat tutorials the internet is full of them.

1 Like

thkns for ur answer firebase feature are limited right ? i think i will use socket io

I’m not sure what “Firebase feature is limited” means, but I can assure you that if you use it for a messaging app, it won’t let you down. I can’t speak for socket.io cause I’ve never used it.

Here’s an Ionic Messaging App that I forked and used, and it works.

1 Like

limited features like space archiving those real time messages

1 Like

for socket io you will need a node js server with socket.io and a database of your choice (you have to programm your backend yourself, that means some work, but also no limits)

1 Like

already brother i have a server side developed using codeigniter framework can that works with socket.io

hi brother can socket.io communicate with php sockets ?