RTippin / messenger

Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
https://tippindev.com
MIT License
417 stars 84 forks source link

Used just for api part #4

Closed radudiaconu0 closed 3 years ago

radudiaconu0 commented 3 years ago

It can be used just for api too? i mean without blade frontend part on sa separate spa(like nuxtjs for example).

RTippin commented 3 years ago

It sure can. You can even disable the web routes in the routing part of my config. All images and documents have both web and api routes, and everything else is REST anyway.

On Tue, Dec 15, 2020, 1:24 PM radudiaconu0 notifications@github.com wrote:

It can be used just for api too? i mean without blade frontend part on sa separate spa(like nuxtjs for example).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RTippin/messenger/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA54PSK56QYKVMZ2I54SFCTSU6SV5ANCNFSM4U4Y4S2A .

radudiaconu0 commented 3 years ago

cool. alsot i would be cool if i can use this with laravel websockets package

RTippin commented 3 years ago

You can, only my optional frontend right now required socketio js library. Backend wise it uses whatever broadcast driver your laravel app is set on. Don't confuse my packages "broadcast driver" with laravels, as mine is simply how I generate private/presence channel names.

radudiaconu0 commented 3 years ago

do you have discord or something? i want to discuss more with you ;)) @RTippin

radudiaconu0 commented 3 years ago

the package is pretty complicated and i need some help @RTippin

RTippin commented 3 years ago

Give me a bit, working with a client right now. Send me an email to start a thread, we can share details / discord there.