probil / vue-socket.io-extended

:v::zap: Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
MIT License
629 stars 38 forks source link

Full-featured examples #310

Open probil opened 5 years ago

probil commented 5 years ago

It would be nice to have a demonstration of how library can be used. By "full-featured example" I mean application that has both front-end and back-end part, user can interact with it interactively, check the code.

I think we should start with a simple example and move to more complex. It seems like codesandbox suits well for that but further investigation is needed.

probil commented 5 years ago

Twitter stream

Edit Vue Socket IO Extended Twitter feed demo

probil commented 5 years ago

Echo server

Edit Vue socket.io echo server

capndave commented 5 years ago

I'm happy to help with this if you want. Is the API hosted somewhere? Let me know how I can contribute.

probil commented 5 years ago

Hi, @capndave Check existing example above. I've hosted API on codesandbox as well as client (frontend).

I will be glad to help you if you have any questions or ideas. I'm looking forward to checking your work

probil commented 5 years ago

I'm going to host examples in the repo so users can fetch and play with them locally