English 中文(简体)
表示:分享会议,备有网页
原标题:Express: Share session with websocket

I m 写一份聊天申请,注明日期。 认证工作正在进行,我可以登录到用户账户,登记新的会议。 我的问题是,聊天本身在网上存档(Websocket-node),我可以查阅会议数据。 在没有会议数据的情况下,我如何确定对网页的新链接要求?

感谢!

问题回答

我建议不要直接处理网上备案,而是使用Socket。 IO。 它拥有在建房的授权和手法

https://github.com/LearnBoost/socket.io/wiki/Authorizing

在这方面,你如何能够获取会议信息





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签