Node.JS tutorials for databases and servers
Node.JS database tutorial links in the chat, please! :)
Why?
Here's why: I want to create a live chat on a website with whitelisting (hopefully possible), reporting, and moderators. For me as a person who has been on Scratch 3.0 for a while, this can be easily done. But with raw code? For me, that just seems impossible!
I saw a few repls that were made out of Node.JS (and probably with a little php) that were really cool, so that's why I'm asking for Node.js.
Also, if you can, drop a link for something that can run a server on php and/or Node.JS please.
This is a big leap for someone coming from Scratch. I'd suggest taking a look at websocket/socket.io, there are also plenty of good tutorials on youtube. To be honest though, I'd suggest starting slow, familiarize yourself with html, css, and javascript first, and slowly making your way into the backend with some simple express projects etc.
@DabDatBass Hi,
To your direct question:-
Node.JS database tutorial links
So, here are some in
Node.js MySQL:-
Here are some in
Node.JS MongoDB:-
- https://www.w3schools.com/nodejs/nodejs_mongodb.asp
- https://docs.mongodb.com/drivers/node/usage-examples
For your side note, Here are some tutorials on Node.JS too:-
1. https://www.w3schools.com/nodejs/
2. https://www.youtube.com/watch?v=RLtyhwFtXQA
3. https://nodejs.dev/learn/introduction-to-nodejs
That's it
Thanks!
Hope this helps
Well, you might not want to start making something that complex yet.
Here's a nice way to get started:
HTML/CSS/JS
https://www.w3schools.com/html/
https://www.tutorialspoint.com/html/index.htm
https://html.com/
Node.js
https://www.w3schools.com/nodejs/
https://www.tutorialspoint.com/nodejs/index.htm
https://nodejs.dev
Express
https://www.tutorialspoint.com/expressjs/index.htm
https://www.tutorialspoint.com/nodejs/nodejs_express_framework.htm
https://expressjs.com
Socket.io
Now it's time!! :D
https://socket.io/
@Coder100 yea. me go learn node.js now
This isn't about databases, but I learned Node+Express with this article and I absolutely loved it. Though, it's probably a better idea to learn JS first if you haven't already.
(Completely unrelated to the question, but your pfp reminded me of the fact that "Miles Prower" is a play-on-words of "Miles Per Hour" and I only learned that last week.)
@SixBeeps wow kthx I can never unthink that
Have you tried the official website on NodeJS?
There's also a really cool video on NodeJS and databases.
Or if videos aren't your thing you can try this website.
I'm An_Alien_In_Disguise from scratch