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.
假设我有单独的 Django 和 Tornado 应用程序。这就是我想要实现的目标: Django 收到一些 POST 请求并通知 Tornado 应用程序,以便 Tornado 应用程序可以将通知推送给其连接的用户。 如何让 Django 应用程序通知 Tornado 应用程序?我的意思是这样做的方法是什么?
PS:我是 Tornado 和异步的新手。发展
你可以让你的 Django 应用在你的 Tornado 应用上获取一个 url(即在你的 Tornado 应用上有一个 REST API)