信号器可以和任何数据库一起使用吗? [英] Can signalr be used with ANY database?

查看:74
本文介绍了信号器可以和任何数据库一起使用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在我的应用程序中实现推送技术。我需要在网页上实时插入数据时显示数据。我使用ASP.NET MVC和IBM Informix作为后端数据库。我想弄清楚是否有可能将信号器与Informix一起使用? SirnalR是否依赖后端数据库?或者它可以用于任何数据库吗?



我尝试过:



我不知道这是否有任何基础,但有人告诉我有一个由后端数据库运行的服务,只要表中有新记录,该服务可能不是一个功能IBM informix。

I need to implement push technology in my application. I need to display data on the web page as it gets inserted in the database in real time. I am using ASP.NET MVC with IBM Informix as backend database. I am trying to figure out if it is possible to use signalr with Informix? Does SirnalR have any dependency on the backend database? Or could it be used with any database?

What I have tried:

I don't know if this has any basis but someone told me that there is a service that is run by the backend database which sends a signal whenever there is a new record in the table and this service is probably not a feature of IBM informix.

推荐答案

Signal R [ ^ ]仅用于服务器(ASP.NET)和客户端(Web浏览器)。它与数据库无关。

您可以使用任何数据库引擎作为后端
Signal R[^] is just used for Real time communication between Server (ASP.NET) and Client(Web Browser). It has nothing to do with the database.
You can use any Database engine as backend.


这篇关于信号器可以和任何数据库一起使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆