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

java - How to print docx and pdf? -

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

java - IntelliJ to move a class along with conflicted classes to a new package? -