The Wayback Machine - https://web.archive.org/web/20201007030609/https://github.com/yscoder/vue-rx-demo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

vue-rx-chat

分别基于 Vuex 和 Vue-rx 的方式实现简单聊天室Demo,对比两者在 Websocket 实时推送后的数据和视图同步差异。

start

# dev server, http://localhost:3000
$ npm run dev

# websocket server, ws://localhost:3300
$ npm run ws

# dev server && websocket server
$ npm start

# build
$ npm run build

About

对比 Vuex 和 Vue-rx 在 Websocket 功能方面的差异。

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.