在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:Atmosphere/atmosphere-javascript开源软件地址:https://github.com/Atmosphere/atmosphere-javascript开源编程语言:JavaScript 100.0%开源软件介绍:Welcome to Atmosphere: The Asynchronous WebSocket/Comet FrameworkThe Atmosphere Framework contains client and server side components for building Asynchronous Web Applications. The majority of popular frameworks are either supporting Atmosphere or supported natively by the framework. The Atmosphere Framework supports all major Browsers and Servers Follow us on Twitter or get the latest news here Atmosphere transparently supports WebSockets, Server Sent Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP. InstallmanuallyYou can get atmosphere.js in several ways. If you use a script tag whose src attribute is set to the below one, browser may not load it because the content type served by raw.github.com is text/plain. Also it is available from the following places, but there may be delays between a release and its availability. We don't manage these ways officially but they are managed by open source community so you can contribute.
If you need to support Inetrnet Explorer 7, Firefox 3.0, Safari 3 and Opera 10 and lower versions, a maven<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>javascript</artifactId>
<version>3.1.3</version>
</dependency> npmnpm install atmosphere.js bowerbower install atmosphere DocsFull API documentation can be read here and a lot of samples here It is recommended to always use the version that matches Atmosphere's runtime. Latest version may work with lower version, but not officially tested. Changelogs
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论