How to write a Dart 'worker' server -


i want write dart server reads firebase queue , sends emails.

what not clear me how write server listens other http requests, in case firebase queue e.g. this project .

it not "listen" http connections in original client <-> server sense. takes job queue , executes it, returns result , goes on next job.

you'd need dart wrapper firebase queue implementation.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -