What are cool stuff that you can create with NodeJs?

And is there tutorial for that?

I heard that NodeJs can create something like JivoChat , is that true?

Recommended Answers

All 2 Replies

Do you want to actually learn how to use NodeJS or are you looking for code you can copy and paste from the internet then ask on here why it's not working?

If it's the former, you can make a good start by checking out the free content on [Code Academy](https://www.codecademy.com/learn/introduction-to-javascript and) and NodeSchool.

commented: "I'd get it one piece at a time And it wouldn't cost me a dime You'll know it's me when I come through your town." J. Cash +14

Absolutely Node.js is super powerful. you can build real-time apps like live chats (similar to JivoChat), interactive dashboards, APIs, online gaming platforms, streaming services, IoT apps, and much more.

Tutorials for Node.js real-time chat apps:

https://socket.io/get-started/chat

https://nodejs.org/en/learn

So yes, you can definitely create something like JivoChat using Node.js + WebSockets!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.