Chat application on Laravel 9.x [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last month.
Improve this question
I want to make a chat application (something like on how is on Whatsapp Web). I want my application to be on laravel.
I just finished the design and the login system.
My question is about functionality.
Is it enough Laravel and Javascript or do I need something else additional?
I don't need to make a large project, its just for me to start learning the basics things and how they work.

Laravel for backend, JS for frontend
You also need Pusher (if not big project) for (easy) real-time application and pusher-js for subscribe websocket

You need to add a websocket part , in order to make the app real Time.

Related

Alternatives for Single SPA [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I've tried implementing a micro frontend using Single SPA but I also need to explore any other alternatives which can combine both angular and react and deploy into a single application.I've explored mooa which I did not feel it much useful for angular and react. Can anyone suggest any better micro frontend framework? My main use case is to use both angular and react combined into one application like Header is an angular and body is a react application.?
Demo In one of my application I use angular as base project and in one page I used Iframe for one application which one was .net mvc.
So as a way, you can use react application inside <iframe> in angular application

can some one recommend a good client library to send data over https? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Hello I'm familiar with a node js api for gdax.com to make market transactions. However the api is for node. I do not wish to make a webserver but instead a client side. I am familiar with https so is there a client version of https connection that I can make get request, maybe start a webssl, where I handle application layer to https. Kinda like client side java script version of c openssl or what ever its called, secure sockets.
I used XMLHTTPRequest(). Seems pretty standard now and obvious for REST API. WebSocket() object for was.

How notification system works [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am going to develop a admin tasking system using PHP, MySQL, JavaScript . How the notification system works and how they save real time data. is there there any example of notification system .
Pusher (https://pusher.com/) is great when it comes to real time, and it's not expensive.
I've been using it on a project of mine for chat, and it worked flawlessly.
They also have tutorials, and particularly, they have one on how to create real time notifications. Here's the link: https://pusher.com/tutorials/realtime-notifications
I think this is perfect for you. It's simple, and while you're building your system, it's free.

How implement seen by and message carbon feature in XMPP ( Openfire server) using Strophe.js? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am trying to develop a chat application based on XMPP using Strophe.js.
Important Points:-
1) Server- Openfire 3.9.3
2) client- Strophe.js
Messaging is working fine but I want to implement the seen by and message carbon
feature just like Whatsapp and Facebook messenger. and I know it can be done with the help of XEP-0333 and XEP-0280 protocol I just want to know that is there any plugin available for Strophe.js to handle the XEP-0333 and XEP-0280 packages just to save time ?
there are no plugins available for Strophe to implement XEP-0333 and XEP-0280

Does Alfresco provide html/js components to integrate in web app? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there an html/js plugin for Alfresco which you can integrate in your web app making it possible for the user to manage a photo, or do you need to use the REST or CMIS APIs? See the following web app example showing what I would like to achieve.
there is not embedded or out-of-the-box html/js framework to do so, but you can easily create a webscript in freemarker template (it's basically an html page with inline access to alfresco javascript root objects). you can there inject jQuery, bootstrap, kendoUI, or anything you like in order to create a fresh and custom UI with access to Alfresco content. You don't have to use neither REST or CMIS APIs in order to achieve your goal.

Categories

Resources