MananShah
MananShah

Reputation: 16

Implement chat in flutter without using Firebase

I have a feature request for my app that needs chat functionality. What are the ways this can be achieved. Backend is in nodejs.

Tried socket.io but let's just say socket.io and flutter don't like each other.

I don't want to use Firebase or any 3rd party service

Upvotes: 0

Views: 1869

Answers (1)

Legend5366
Legend5366

Reputation: 461

I strongly advise you to use node.js and socket.io, if you don't want to use third parties to help you, I will give you a link to a playlist from YouTube, where a person from 0 developed chat application. He introduced a huge amount of functionality from scrap there, so just follow his example and you will overcome any difficulties!

Upvotes: 1

Related Questions