vue-socket.io-extended icon indicating copy to clipboard operation
vue-socket.io-extended copied to clipboard

Full-featured examples

Open probil opened this issue 6 years ago • 5 comments

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.

  • [x] Investigate hosting providers
  • [x] Build "Echo server"
  • [ ] Build "Simple Chat"
  • [x] Build "Twitter stream" (like on socket.io, or reuse their API)
  • [X] Update README

probil avatar Mar 20 '19 00:03 probil

Twitter stream

Edit Vue Socket IO Extended Twitter feed demo

probil avatar Mar 28 '19 20:03 probil

Echo server

Edit Vue socket.io echo server

probil avatar May 01 '19 11:05 probil

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

capndave avatar Jul 28 '19 16:07 capndave

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 avatar Jul 30 '19 09:07 probil

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

probil avatar Aug 27 '19 07:08 probil