DEV Community

Discussion on: Creating Your Own Chat Room with React, Node, Socket.io and the Cloud: Part 2

Collapse
 
madhurasail profile image
Madhura S

If I am creating an application using flutter and node JS, how can i deploy that app to ibm cloud?

Collapse
 
bradstondev profile image
Bradston Henry

Hey Madhura. I've actually never used Flutter before but I'm going to take some time to see if I can learn Flutter and deploy it and get you an answer before the end of this week.

In regards to Node, you can actually check out part 1 of this blog under the "Deploying your Socket NodeJS Server to the Cloud" and follow those steps on how to deploy a Node app to IBM Cloud.

Collapse
 
bradstondev profile image
Bradston Henry

Good News!! 😎 I was able to figure it out! It's very very easy to do.

I'm going to create a quick blog with the steps on how to deploy a Flutter Web app so you can have a reference to basics steps.

Hopefully I'll have it up in the next 24 hours.

Thread Thread
 
bradstondev profile image
Bradston Henry

Hey Madhura,

Went ahead and made the blog post on how to deploy a basic Flutter app in IBM Cloud:

Hope this helps. 😁 You can probably just skip down to the Deployment section of the blog as I discuss the basic steps of how to create a Flutter app.