Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个从 Firebase 队列读取并发送电子邮件的 Dart 服务器。
我不清楚的是如何编写一个服务器来监听 HTTP 请求以外的东西,在我的例子中是一个像这个项目这样的 Firebase 队列。
它不会“侦听”原始客户端 <-> 服务器意义上的 HTTP 连接。它从队列中获取一个作业并执行它,然后返回结果并继续下一个作业。
您需要一个用于 Firebase 队列实现的 Dart 包装器。