-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #1
Comments
It's a great library! I run a market place website and really want to replace my current chat app with this. More documentation would be great, as it's quite confusing how to hook it up to a real API. Cheers |
@baj84 I'm glad you like it :) What API library do you use? |
@supersnager i am using this in my react app and it had many issues which just a little but of reading documentation i solved it but the issue is with ExampleChatService. |
Also is there any alternatives to ExampleChatService. |
@zakim2307 Thank you for your question. ExampleChatService is available in package. You can import it here: import {ExampleChatService} from "@chatscope/use-chat/dist/examples"; The source of ExampleChatService is available here: https://github.com/chatscope/use-chat/blob/main/src/examples/ExampleChatService.ts However, please note that this is only an example and should be taken as a starting point for implementing your own service. I'm currently working on a simple chat server (nodejs) and adapter (service) for it. Based on this I will write a tutorial about how to make your own adapters. So please be patient the documentation is under construction and will be available with examples soon. |
hey @supersnager thank a lot for the quick reply... Once again thanks for quick reply and once again i know that it should be only for example but i need it to understand how your package is working and how i could write my own set of code for the service.... Also i will be looking forward to the finished documentation s) |
hey @supersnager i made it work but i think that how i did was not the best thing so i will be waiting for your documentation man and you have made a great library man it could go to heights if you give more features in it but most important i think is documentation itself. |
hi there @supersnager how can i send attachments through the app i cannot see any options in the documentation |
sorry @supersnager i found out how to send attachments |
amazing library! |
Amazing! I believe this library would be able to save me from my project. Can I get the source code of this demo? |
@joshlpaige
No, you can't build a chat app without a server (to be honest you can do it, using WebRTC, but it won't be very usable :) ).
No, for now. For an explanation, please refer to the Help -> FAQ section of the demo. |
Hello, @supersnager |
When do you expect a comprehensive documentation for use-chat state management hooks will be available ? |
Hi, is that this library able to apply in ionic angular app? |
Prepare documentation.
If you are interested in this library and need more documentation,
please let me know by adding one of the positive reactions (+1, Heart, Rocket) to this issue :)
The text was updated successfully, but these errors were encountered: