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.
基本上,用户使用 accounts-ui 包登录在 localhost:30000 上运行的流星应用程序。Express 应用程序在 localhost:34444 上运行。
在某些时候,用户将需要使用 express 应用程序(实际上是 Kue),我想避免让用户登录两次。
两个实例都在同一个域上运行,只是端口不同。
我的最终目标是让从另一个 Web 服务器实例(在本例中为流星)登录的用户可以访问作业队列管理,所有这些都在同一个域中。
为此使用 Redis。快速简单。如果您打算使用 Memcached(以某种方式更容易),您可能会遇到竞速条件问题,因为 memcached 没有锁定机制