English 中文(简体)
MVC应用程序中的即时消息
原标题:Instant messages in MVC application

我需要您的帮助来解决下一个问题: 我正在开发 MVC 应用程序, 并要在用户之间发送即时信息。 此信息不会达到标准, 就象通知一样。 我想到两个选择:

  • 使用 XMPP 原型, 但我不需要它能提供的大量选项, 我需要我描述的基本功能;

  • MVC 应用程序中有一些静态阵列, 有用户邀请被发送到和 ajax 函数, 这将调用控制器动作, 请检查用户是否在静态列表中 。 如果是, 请在页面上显示信件。 另加页面自动更新 。 但我不确定这个 becouse 阵列会经常被调用 。

你们觉得怎么样 你们有什么想法吗 我会很感激你们的帮助的

问题回答

以信号R为基础的 Jabbr 校验 :

https://github.com/david firal/JabbR" rel=“no follow'>https://github.com/david firal/JabbR

这是SignalR David Fowler作者写的聊天申请。

您可以设置 jquery 计时器, 用 ajax 来更新信件。 当用户写入信件时, 如果您想要永久保存信件, 它可以在缓存或数据库中保存 。





相关问题
IPhone Instant message Client desgin problem

I am writing an IM Client on iphone.// post ref: #IMClient01. Here is my initial design of it: (UIView*)LogInWindow; // to log in (UITabBarController*) MainTabBarController;//have three tabs, namely:...

What is Facebook s IM server Address and Port?

I would like to create my own chat client for Facebook IM in Android. I created XMPP Jabber protocol in Java but I dont know the host name and port number of Facebook IM server. Can any one let me ...

Goal: to create a decent Online IM Chat

Online chat is deceptively difficult due to the stateless nature of http and the web in general, causing such hurdles as session timeouts, users opening multiple windows and different accounts being ...

Ajax instant messaging (web-based)

Just wondering: Would it be acceptable to start some simple Ajax instant messaging (web-based) for a large social network service (considering thousands of registered users)? I am new to this, so I m ...

热门标签