thoughtbit / it-note

:books: 琐碎的知识, I code it
315 stars 36 forks source link

WebSocket 相关 #15

Open moocss opened 9 years ago

moocss commented 9 years ago

https://github.com/mrniko/netty-socketio (推荐使用 :+1: :100: :100:)

https://gitee.com/ukewo/ukefu (netty-socketio, webim)


https://github.com/sockjs (WebSocket仿真 :+1: :100: ) https://pusher.com/ (服务提供商,Pusher is a messaging service for the web :+1: :100: ) https://github.com/pusher-community/realtime-twitter-search-vuejs

https://github.com/primus/primus

文章 与 小例子

Spring WebSocket初探

https://github.com/yaoyasong/one-push (Spring Boot + Gradle + Websocket 构建推送服务)

https://github.com/anyesu/websocket (基于websocket的在线聊天室demo)

http://g00glen00b.be/spring-angular-sockjs/

http://feathersjs.com/ (A minimalist real-time framework for tomorrow's apps., 一套完整的解决方案)

https://github.com/wuyanxin/chatapp (基于socket.io和express的聊天应用,支持多人多房间实时聊天)