DART HOSTING

114 views
Skip to first unread message

habatot haba

unread,
Nov 6, 2019, 10:42:12 PM11/6/19
to Dart Server-side and Cloud Development
hi developers, where can i host my dart server ?

Pete Kelly

unread,
Nov 6, 2019, 10:43:54 PM11/6/19
to Dart Server-side and Cloud Development
On google app engine, cloud functions or any provider that can host a rocker container.

Alex Haslam

unread,
Nov 6, 2019, 10:43:59 PM11/6/19
to habatot haba, Dart Server-side and Cloud Development
I tend to use a virtual server or docker.

I like Vultr, Google cloud and AWS

There was a wave of Dart hosting companies a while back, but I didn't get the appeal.

On Wed, Nov 6, 2019, 19:42 habatot haba <habat...@gmail.com> wrote:
hi developers, where can i host my dart server ?

--
You received this message because you are subscribed to the Google Groups "Dart Server-side and Cloud Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud+un...@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/cloud/a6fa9138-8cde-4150-9600-dbc4818a4cf9%40dartlang.org.

Leo Cavalcante

unread,
Nov 6, 2019, 10:44:25 PM11/6/19
to habatot haba, Dart Server-side and Cloud Development
I suggest a VPS on a major player like AWS, DigitalOcean, Azure, Google etc

On Thu, Nov 7, 2019, 01:42 habatot haba <habat...@gmail.com> wrote:
hi developers, where can i host my dart server ?

--

Faisal Abid

unread,
Nov 6, 2019, 10:50:59 PM11/6/19
to Leo Cavalcante, habatot haba, Dart Server-side and Cloud Development
Or using Google Cloud Run, which is a great way to make your dart server "serverless" 

sent from my phone

habatot haba

unread,
Nov 6, 2019, 10:53:19 PM11/6/19
to Dart Server-side and Cloud Development
is there have a tutorial for that ?

Noong Huwebes, Nobyembre 7, 2019 ng 11:43:54 AM UTC+8, si Pete Kelly ay sumulat:

habatot haba

unread,
Nov 6, 2019, 10:54:58 PM11/6/19
to Dart Server-side and Cloud Development, habat...@gmail.com
thanks for that. is there any tutorial or docs for that ?

Noong Huwebes, Nobyembre 7, 2019 ng 11:43:59 AM UTC+8, si Alex Haslam ay sumulat:
I tend to use a virtual server or docker.

I like Vultr, Google cloud and AWS

There was a wave of Dart hosting companies a while back, but I didn't get the appeal.

On Wed, Nov 6, 2019, 19:42 habatot haba <habat...@gmail.com> wrote:
hi developers, where can i host my dart server ?

--
You received this message because you are subscribed to the Google Groups "Dart Server-side and Cloud Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cl...@dartlang.org.

Alex Haslam

unread,
Nov 6, 2019, 11:00:53 PM11/6/19
to habatot haba, Dart Server-side and Cloud Development
Docker image for dart:  https://hub.docker.com/r/google/dart/
A Quick tutorial to run your app in docker https://www.youtube.com/watch?v=-uPu62byEnw

I don't know of any for the server itself off the top of my head, but a quick google search should bring up many examples.

Here is a google cloud containers example: 

To unsubscribe from this group and stop receiving emails from it, send an email to cloud+un...@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/cloud/d7541f1e-e335-495a-aeb5-1e2027ef204b%40dartlang.org.

Pete Kelly

unread,
Nov 6, 2019, 11:03:09 PM11/6/19
to Dart Server-side and Cloud Development, habat...@gmail.com
https://github.com/dart-lang/appengine/blob/master/README.md

Has a good one for App Engine, works really well

habatot haba

unread,
Nov 7, 2019, 12:27:43 AM11/7/19
to Dart Server-side and Cloud Development, habat...@gmail.com
Cool, thanks. then where can i upload my server to online?

Noong Huwebes, Nobyembre 7, 2019 ng 12:00:53 PM UTC+8, si Alex Haslam ay sumulat:
Docker image for dart:  https://hub.docker.com/r/google/dart/
A Quick tutorial to run your app in docker https://www.youtube.com/watch?v=-uPu62byEnw

I don't know of any for the server itself off the top of my head, but a quick google search should bring up many examples.

Here is a google cloud containers example: 

On Wed, Nov 6, 2019 at 7:55 PM habatot haba <habat...@gmail.com> wrote:
thanks for that. is there any tutorial or docs for that ?

Noong Huwebes, Nobyembre 7, 2019 ng 11:43:59 AM UTC+8, si Alex Haslam ay sumulat:
I tend to use a virtual server or docker.

I like Vultr, Google cloud and AWS

There was a wave of Dart hosting companies a while back, but I didn't get the appeal.

On Wed, Nov 6, 2019, 19:42 habatot haba <habat...@gmail.com> wrote:
hi developers, where can i host my dart server ?

--
You received this message because you are subscribed to the Google Groups "Dart Server-side and Cloud Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cl...@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/cloud/a6fa9138-8cde-4150-9600-dbc4818a4cf9%40dartlang.org.

--
You received this message because you are subscribed to the Google Groups "Dart Server-side and Cloud Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cl...@dartlang.org.

Alex Haslam

unread,
Nov 7, 2019, 8:07:10 AM11/7/19
to Dart Server-side and Cloud Development
Just for context, have you every deployed an application to a server? It sounds like you need a more in-depth tutorial. Is dart your first language?

Kevin Moore

unread,
Nov 7, 2019, 11:15:05 AM11/7/19
to Alex Haslam, Dart Server-side and Cloud Development
Here's an example of Cloud Run



On Thu, Nov 7, 2019 at 5:07 AM Alex Haslam <champ...@gmail.com> wrote:
Just for context, have you every deployed an application to a server? It sounds like you need a more in-depth tutorial. Is dart your first language?

--
You received this message because you are subscribed to the Google Groups "Dart Server-side and Cloud Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud+un...@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/cloud/0d74a0dd-d7c4-4285-b464-c4427df0ed81%40dartlang.org.

Sandro Bilbeisi

unread,
Nov 7, 2019, 12:16:21 PM11/7/19
to Dart Server-side and Cloud Development
They call it "Serverless Computing" ... but in fact the server is simply virtualized https://en.wikipedia.org/wiki/Serverless_computing


Dart-Shelf middleware actually requires a server !

Pete Kelly

unread,
Nov 7, 2019, 2:42:41 PM11/7/19
to Dart Server-side and Cloud Development
Sandro,

I am using Dart Server middleware and Cloud Run, you just need to think about how you can make your server stateless. Things like session need to be managed in a stateless fashion, I am using auth via JWT token to achieve this.

PK
Reply all
Reply to author
Forward
0 new messages