vue-socket.io-extended
vue-socket.io-extended copied to clipboard
Full-featured examples
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
I'm happy to help with this if you want. Is the API hosted somewhere? Let me know how I can contribute.
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
I'm going to host examples in the repo so users can fetch and play with them locally