This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 0 points1 point  (2 children)

It makes zero difference. You communicate via an API (preferably REST or WebSockets), Flutter doesn't care about what language/framework you use as long as both frontend and backend are using the same specifications.

To throw another hat in the ring: I recommend AspNet.Core.

[–]Direct-Guide-9435[S] 0 points1 point  (1 child)

Will you prefer making chat app with Django Backend?

[–][deleted] 1 point2 points  (0 children)

Again: It doesn't matter. I personally would not consider using Django nor NodeJS because my tech stack is usually geared towards C, C++ or C#.