翻訳と辞書
Words near each other
・ Signalling (economics)
・ Signalling block system
・ Signalling Connection Control Part
・ Signalling control
・ Signalling lymphocyte activation molecule family
・ Signalling System No. 7
・ Signalling theory
・ Signalman
・ Signalman (comics)
・ Signalman (disambiguation)
・ Signalman (rail)
・ Signalman (rank)
・ Signalness
・ Signalness Creek
・ Signalness Lake
SignalR
・ Signalrunners
・ Signals (Mal Waldron album)
・ Signals (Mallory Knox album)
・ Signals (Rush album)
・ Signals (Wayne Krantz album)
・ Signals and slots
・ Signals brigade
・ Signals for Tea
・ Signals intelligence
・ Signals intelligence by alliances, nations and industries
・ Signals intelligence in modern history
・ Signals intelligence operational platforms by nation
・ Signals Intelligence Service
・ Signals of Belief in Early England


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SignalR : ウィキペディア英語版
SignalR

SignalR is a server-side software system designed for writing scalable Internet applications, notably web servers.
Programs are written on the server side in C#, using event-driven, asynchronous I/O to minimize overhead and maximize scalability.
== Details ==
ASP.NET SignalR is a library for ASP.NET developers to add real-time web functionality to their applications. Real-time web functionality is the ability to have server-side code push content to the connected clients as it happens, in real-time.
SignalR takes advantage of several transports, automatically selecting the best available transport given the client's and server's best available transport. SignalR takes advantage of WebSocket, an HTML5 API that enables bi-directional communication between the browser and server. SignalR will use WebSockets under the covers when it's available, and gracefully fall back to other techniques and technologies when it isn't, while the application code remains the same.
SignalR also provides a simple, high-level API for doing server-to-client RPC (call JavaScript functions in a client's browser from server-side .NET code) in your ASP.NET application, as well as adding useful hooks for connection management, such as connect/disconnect events, grouping connections, authorization.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SignalR」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.