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

google api - Incomplete response from Gmail API threads.list -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -