B
B
Blah Blag2015-08-08 21:35:54
Angular
Blah Blag, 2015-08-08 21:35:54

Will angular let me write a real time chat?

I’m not familiar with Angular, I wanted to ask if it works the same way as a node, or can you forget about real-time chat on it? The task is this, you need to make a chat, but so that all messages are recorded in the database.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
DevMan, 2015-08-08
@dsadasdad

angular is the face. Chat needs a server.

N
Nikolai Antonov, 2015-08-08
@my-nickname

websocket will help, or rather socket.io - there is also a chat demo.

�
âš¡ Kotobotov âš¡, 2015-08-08
@angrySCV

well, just do a frontend for realtime chat is convenient to do on it.

G
gimntut, 2015-08-09
@gimntut

Firebase, Parse, and dozens of other Baas offer out-of-the-box mechanisms for such tasks.
FireBase Angular - https://www.firebase.com/docs/web/libraries/angular/
FiriBase Chat - https://www.firebase.com/docs/web/libraries/angular/
QuickBlox - domestic analogue.
Example: quickblox.com/developers/Web_XMPP_Chat_Sample
Conditions: quickblox.com/plans

V
Viktor, 2015-08-09
@Levhav

You can only write frontend in angular. For the backend, you need to choose something else.
If you want to write in php, then check out my startup , it was created to facilitate the writing of any real-time applications.

A
Andrey Titov, 2019-09-29
@titov_andrei

TypeScript Real-Time Apps: Developing a...
Creating a Chat Using Angular 2 + Firebase

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question