前端技术提升补充

WebGL

http://www.hewebgl.com/

WebGL (Web图形库) 是一种JavaScript API,用于在任何兼容的Web浏览器中呈现交互式3D和2D图形,而无需使用插件。WebGL通过引入一个与OpenGL ES 2.0紧密相符合的API,可以在HTML5 元素中使用。

WEB应用从服务器主动推送Data到客户端有那些方式?

  1. html5 websocket
  2. WebSocket 通过 Flash
  3. XHR长时间连接
  4. XHR Multipart Streaming
  5. 不可见的Iframe
  6. <script>标签的长时间连接(可跨域)

html5 websocket

http://www.ruanyifeng.com/blog/2017/05/websocket.html

Server-Sent Events 教程

http://www.ruanyifeng.com/blog/2017/05/server-sent_events.html

发布了229 篇原创文章 · 获赞 404 · 访问量 22万+

猜你喜欢

转载自blog.csdn.net/yw00yw/article/details/103062594