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
Post a Comment