I wrote before on how to build a chat app with React, it got 1660 likes and 52955 views 🤩
So I have decided to make another one for React Native.
...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for the tutorial!
Alright, so Novu is open-source, but how will it generate revenue?
Because it seems like it's a for-profit company from Israel, and not just "some cool guys from the community".
crunchbase.com/organization/novu-1a6b
I've seen open-source solutions where the developers install it and integrate it deep into their system, and suddenly some features become Enterprise-only and the company has to pay or go through the painful process of removing that solution from their stack.
Hey Liviu :)
My name is Tomer, I am one of the co-founder of Novu, and hopefully I am also a "cool gut from the community" 😅
First of all you are correct, Novu is indeed a commercial solution as well as an open-source standard. I think you dead on about what you wrote about monetization, the way we try and build to solution is so it will be clear as to what's going on to be an open-source offer, and what's going to be a commercial one, so no one will implement an open-source library and then be surprised by a "hidden" license or a feature that was pay-walled all of a sudden.
As both my co-founder and my self, and most of the team as well for that matter, are developers we take that very seriously, I would love to have deep conversation about that.
I believe if an individual or company chose to use Novu as an open-source solution this is perfectly fine, and they are making the whole community and the open-source standard stronger by being a part and suppling valuable feedback.
As mentioned I happy to jump on call and get some more ideas and thoughts as to how to do it properly :)
I don't see why just because SSE exists means you shouldn't be using websockets. Websockets are designed for the specific purpose of client-server-client messaging, and it's good at that. It's also not difficult to secure or firewall at all, and I don't get your point about SSE being easier to monitor. Care to expound?
Awesomely constructed story blog. I honestly loved it, Nevo.
Keep writing such interesting and detailed posts.
Wow, Thank you very much @eminarium !
Do you think React native is a good alternative to Swift / Java(Androind)
I think it's time to make an article about SSE, it's not as popular as Websockets and it's a shame :)
Awesome project bro🔥⚡✨
Thank you very much @varshithvhegde :)
Share your chat project when you can :)
Yeah sure github.com/Varshithvhegde/Whatsapp... this my project it's just like a whatsapp chatting still have some flaws though😅
That's awesome! If you want some contribution, just join our community!
People would love to help you out!
discord.gg/C2yvXfpQ
Yeah sure i would love to 👍
Have you ever build a chat app before?
I have built something like this but it was using firebase and java
Just wrote you on the other thread ❤️
Yeah 👍
Do you have anything to share? 🤩
github.com/Varshithvhegde/Whatsapp... this is the project in my intermediate days of learing android development so it's not so super working but still it's great 😅😂
That's awesome!
Keep up the good writing!
Thank you Emil!
Happy Holidays!
... and then send messages from client to server using REST API calls, or what? It will be slow as hell, especially for chat-like applications. There is absolutely no problems with securing, monitoring or "firewalls" (whatever you mean by that) in WebSockets.
I'm actually should note that there is a problem with WebSockets — load balancing, but since you haven't mentioned that in a first place, I can assume you haven't run WS on scale.
For everyone here: base your technical decisions on your own (or someone else's) researches. Not by categorical statements in comments from strangers.
How are everybody today? Did you register to HackSquad yet?
Wow, this is Awesome
Thank you Model Husband!
Let me know if you use it :)
Such a detailed and helpful blog!!! Thanks!!
Thank you very much @dhruvjoshi9 🤩
Let me know if you read it :)
Hard about it a few times!
Any good wrapper library for that like Socket.io?
This is amazing work, when I get the chance I will use this post to re-visit react and react -native.
Awesome!
Let me know if you find some free time for it!
very detail! keep up
Thank you, Lam!
Let me know if something’s missing!
Amazing writing :)
Thank you 😍😍
It is a great tutorial. Absolutely loved reading this. 🚀
Thank you so much Rutam!
How are you today?
Thank you for this amazing blog 😍
Happy that you like it 🥰
How are you today? :)
Thanks for the post. Great article on explaining a chat app with Socket.io and React Native. Awesome tips and very easy to understand. Let's learn how to build a React Native chat app with simple guidelines that help you to implement it easily on any Android or iOS app.
I want to display the list of online users (I managed to do this). But in this list I want to see all users except myself (I didn't manage to do this).
The problem is that we cannot create elements in React Native and inside function sockets
Please guide me how to do this
Firstly congrats 4 the great work. I am very happy to see commons use cases of novu. It would be awesome an example of app with map integrated and novu notifications using expo. Kind a small uber, user share they location and driver get it
Great write up, thanks for sharing - also recommend checking out this amazing React Native Chat
This Application not working that saying [TypeError: Network request failed] this error i code and even your code this application is not running its fake article
me too
Instead of localhost in "localhost:4000/api" replace it with your development device IP
Awesome. Thank you!!!
socket.to(result[0].name).emit("roomMessage", newMessage);
roomMessage event in client havenot listener!
*I have saved the article but not reflect to the hacksquad dashboard
*
is not doing anything for me serverside or clientside
Hi,I am unable to fetch the real time messages in my application ...please help me