Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

SignalR

From Wikipedia, the free encyclopedia
Software library for ASP.NET

SignalR
Original authorsDavid Fowler and Damian Edwards
DeveloperMicrosoft
Initial releaseFebruary 18, 2013; 12 years ago (2013-02-18)
Stable release
2.4.3 / January 14, 2022; 3 years ago (2022-01-14)
Repository
Written inC#
Operating systemMicrosoft Windows
Platform.NET Framework,
.NET
TypeEvent-drivennetworking
LicenseApache License 2.0
Websitedotnet.microsoft.com/en-us/apps/aspnet/signalr

SignalR is afree and open-sourcesoftware library forMicrosoftASP.NET that allows server code to send asynchronous notifications to client-sideweb applications. The library includes server-side and client-sideJavaScript components.

Details

[edit]

ASP.NET SignalR is a library forASP.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.[1]

SignalR takes advantage of several transports, automatically selecting the best available transport given the client's and server's capabilities. SignalR takes advantage ofWebSocket, anHTML5 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.[2][3]

SignalR also provides a simple, high-levelAPI for doing server-to-clientRPC (call JavaScript functions in a client's browser from server-side .NET code) in an ASP.NET application, as well as adding useful hooks for management, such as connect/disconnect events, grouping connections, authorization.

See also

[edit]

References

[edit]
  1. ^Gustavo Armenta Valdez (December 17, 2012)."SignalR: Building real time web applications".MicrosoftMSDN.
  2. ^Daniel Mohl (December 28, 2012).Building Web, Cloud, and Mobile Solutions With F#. O'Reilly Media, Inc. pp. 105–.ISBN 978-1-4493-3376-8. RetrievedFebruary 4, 2013.
  3. ^Alex Mackey; William Stewart Tulloch; Mahesh Krishnan (October 10, 2012).Introducing .NET 4.5. Apress. pp. 143–.ISBN 978-1-4302-4332-8. RetrievedFebruary 4, 2013.

Further reading

[edit]

External links

[edit]
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Stub icon

Thiscomputer-library-related article is astub. You can help Wikipedia byexpanding it.

Stub icon

Thisfree and open-source software article is astub. You can help Wikipedia byexpanding it.

Stub icon

Thisnetwork-relatedsoftware article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=SignalR&oldid=1258410617"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp