Realtime Chat With Users & Rooms - Socket.io, Node & Express

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • In this project we will build a chat app using Node, express & websockets in under 60 minutes
    Code:
    github.com/bra...
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Course Links:
    www.traversyme...
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia

Комментарии • 948

  • @tinymooshmallow6181
    @tinymooshmallow6181 Год назад +50

    This video is VERY underrated. Not only does Brad show you the code, he explains everything and even does some debugging. I know this comment came 3 years late.
    +1 like

  • @sazzadanwar4802
    @sazzadanwar4802 4 года назад +29

    Thanks, Brad! Your tutorial helped me to develop the skills of web development in a faster way and at last, I got a job from a company before being a graduate. Again Thanks a lot! You are the tutor of professional life for many students like us.

  • @danielgn6227
    @danielgn6227 4 года назад +8

    Our web development teacher did something like this. He opened the chat to the whole class so we could try it and I thought 'mmm I wonder if he's sanitizing HTML before broadcasting the messages', so I tried to send an H1 and... it worked. Not two minutes after the whole class was sending pictures (what kind I'll leave to your imagination), changing the CSS and even crashing the app. One of the funniest days in the course, for sure.

  • @syntaxed4365
    @syntaxed4365 4 года назад +8

    Ayyyy, I'm building a messaging app right now with the principles from your MERN course, and what do I see this morning? You put out a sockets video. Legend.

    • @wingsaber629
      @wingsaber629 4 года назад +2

      Yeah! It would be excellent to add a Chat feature to his Developer Connector MERN course.

  • @TraversyMedia
    @TraversyMedia  4 года назад +435

    Hope everyone is staying safe and trying not to go nuts :) Here is a little project to keep you busy for a little bit and take your mind off of everything
    Also should be:
    const PORT = process.env.PORT || 3000;

    • @MULTICODE
      @MULTICODE 4 года назад +4

      Thanks, please can you make a videos on how to setup laravel and Angular together buy building a small project please

    • @aniskarim1934
      @aniskarim1934 4 года назад

      Thank you Brad

    • @ln9808
      @ln9808 4 года назад +1

      Thank you so much, Brad, for all your fantastic tutorials!

    • @ahmedaltaai69420
      @ahmedaltaai69420 4 года назад +3

      brad, my man!
      2 days ago I bought your latest course on vanilla js and I must say your teaching style IS AMAZING!
      I have been a fan since 2016
      are you planing on making a nodejs udemy course? I would buy it right away!

    • @rashidbehnam2139
      @rashidbehnam2139 4 года назад

      Thanks bro , God bless you

  • @Kngdmio
    @Kngdmio 4 года назад +517

    Brad: “Hello John”
    *John has left the chat..
    John wanted none of that 😂

    • @TraversyMedia
      @TraversyMedia  4 года назад +142

      lol!! Screw John

    • @goldfishbrainjohn2462
      @goldfishbrainjohn2462 4 года назад +67

      Who is calling me? XD

    • @sharathm710
      @sharathm710 4 года назад +3

      Hey how to connect to server its showing [nodemon] clean exit - waiting for changes before restart
      7:56

    • @nicolasanelli
      @nicolasanelli 3 года назад +1

      @@Kingelodeon you have to configure some build, and then, any javascript/node server should handle it

    • @adriaanstips1407
      @adriaanstips1407 3 года назад

      @@sharathm710 i had errors in my terminal the whole time but all worked out so if your code is exactly the same just test the website

  • @MeAsMeButMe
    @MeAsMeButMe 3 года назад +13

    Brad you're honestly such a gift to the developer community! Your content has helped me more than anything else! Have the greatest 2021 and stay safe!

  • @KahlilAshanti
    @KahlilAshanti 4 года назад +1

    this is the only channel where I feel compelled to like the video before I've even watched it. keep up the great work

  • @aymanjaber2585
    @aymanjaber2585 4 года назад +41

    Spent about half an hour debugging it, turns out I had a "user", instead of "users". Great video thanks.

  • @maxm1nd
    @maxm1nd 4 года назад +148

    I'm sorry, but at 6:18 a mistake was made: PORT never will be equal process.env.PORT.
    Most likely Brad wanted to write the following:
    const PORT = process.env.PORT || 3000;

    • @sunguru981
      @sunguru981 4 года назад +7

      Correct. He usually does that, kind of reversed only in this video actually.

    • @tannerbarcelos6880
      @tannerbarcelos6880 4 года назад +3

      Reaffirming this comment. He always usually builds the port as seen in your comment correction. Incase anyone is questioning it

    • @TraversyMedia
      @TraversyMedia  4 года назад +44

      Lol brain fart 😕 sorry about that

    • @tannerbarcelos6880
      @tannerbarcelos6880 4 года назад +8

      Traversy Media don’t worry, Brad, notice how we all knew what you meant! Your teaching is legendary man!

    • @maxm1nd
      @maxm1nd 4 года назад +3

      @@TraversyMedia I didn't want to belittle this great masterclass in any way. On my part, it was a desire for perfectionism and nothing more... :)

  • @JC-vh7vy
    @JC-vh7vy 2 года назад

    Brad, you are awesome! I have been looking at similar tutorials all week and there is nothing as useful as this one by far. I wish RUclips had a way to rank videos within categories, this one would top the Realtime chat list. I wish you all the success in the world.

  • @cosminsmokyn6989
    @cosminsmokyn6989 4 года назад +22

    Hi Brad, I am curently on the MERN stack, will finish it later today and I can't wait to build with you this chat app :D, Thank you again for your work!

  • @tippififestarr6519
    @tippififestarr6519 3 года назад

    just finished watching, really appreciate your excellence in building my mental models and muscle memories, not to mention the perfect way to jumpstart my project... after the tutorial, now my hard work begins 🤓

  • @pablomotta___
    @pablomotta___ 4 года назад +45

    I can't wait to go through this tutorial. Thanks, Brad!
    Government: "Coronavirus is out and ya'll gotta stay home and find something to do"
    Brad: " Ooo, I'm gonna teach people how to create a chat room so they can hang out online... 😁"

  • @darrenedwards7517
    @darrenedwards7517 4 года назад +1

    Just now finished the app Thanks so much really enjoyed learning from this keep up the good work.Stay safe and thanks once again for the distraction from crazy times. hope you and your family are save and all the subscribers are as well.

    • @sharathm710
      @sharathm710 4 года назад

      Hey how to connect to server its showing [nodemon] clean exit - waiting for changes before restart
      7:56

  • @nakulshyamkumar9122
    @nakulshyamkumar9122 4 года назад +4

    You're the best, Brad! I just bought a bunch of your Udemy courses while I practice social distancing. I can't wait to do this project, too.

  • @jingnuan815
    @jingnuan815 4 года назад

    This is a fantastic tutorial, instructions are clear and easy to follow, thank you Traversy Media! I followed on and was able to create a web chat that functions as expected. Now I'm going to build upon it, give it a database and hopefully add more functions to it. Thank you so much!

  • @workingTchr
    @workingTchr 3 года назад +33

    Thanks for a great tutorial. The "rooms" stuff which is what I really needed starts at 34:20. One quip (but it applies to all coding videos I've seen) is that I'd like to see a totally bare-bones explanation first and then, in a series of steps, build on that up to the final end product like was made here. That would help me separate the essential from the incidental, but other than that, this was a super useful and well thought out presentation of a difficult subject.

  • @user-v2eqj8xiz4l
    @user-v2eqj8xiz4l 3 года назад

    One of the best tutorials I ever have seen! Everything was neat and clean and I did not get bored at all. learned some interesting points. thank you.

  • @muhammadzaakirmungrue3146
    @muhammadzaakirmungrue3146 2 года назад

    Thanks Brad, I used this code to build a chat component for my React app. Instead of adding the tag I had to install socketio-client on the front end and change the submit actions of the index.html page and chat.html pages.

  • @GoldNugget
    @GoldNugget 4 года назад +9

    Brad could you continue this tutorial by connecting everything to database. Also I'd never actually uploaded my projects to any kind of hosting so it worked online, I don't really know how to do that, could you use some free web-hosting to do tutorial of that?

    • @danieloliveira9815
      @danieloliveira9815 3 года назад +1

      You can deploy your project on heroku. It is free (has its limitations of course) and I personally like it very much. It has an intuitive UI and if you have a github repo with your code you can deploy your app in just a couple of clicks :) My first-ever web app I deployed there and that taught me a lot. I hope this helps you as well.

    • @GoldNugget
      @GoldNugget 3 года назад

      Pão de Forma I will try it out, thx

  • @martinn1071
    @martinn1071 3 года назад

    Aamazing stuff as usual! I've watched this video like 37 Times and I always get something new out of it. Thanks for sharing! Can't wait too see what you come up as a follow up.
    You're the man!

  • @smsibasish
    @smsibasish 4 года назад +13

    Cool. I will try to implement it in React and add to your DevConnector MERN stack course.

  • @sahanweerakoon8544
    @sahanweerakoon8544 4 года назад

    If it wasn't for Brad Traversy I will never be a developer. Thanx a lot dude.

  • @moritzw42
    @moritzw42 4 года назад +22

    Hey Brad, you're awesome. I think you have a great positive impact on society with the free content you put out! It's also cool to see more backend tutorials like this coming.
    *Now* *to* *my* *Question* :
    In one of your last videos, you mentioned that you're planning to go a little more into *coding* *challenges* . I am currently looking to learn about Algorithms and Data structure but *in* *a* *practical* *and* *project-based* *way* .
    This could be something like cloning a repo on building a small example dataset/project to then implement some sorting algorithm or and learn how to make use of different algorithms and optimizations.
    I was wondering if you can recommend any *resources* in that realm or produce some content like this. I would be happy to help you to produce such content. Perhaps there is an open-source-way we can all collaborate on this.
    Cheers Mortiz ✌🏼

  • @Kangleipak09
    @Kangleipak09 4 года назад

    Hello Brad! Hope you are safe and healthy! We are all lockdown at home. Perfect time to watch all of your videos!

  • @mssadewa
    @mssadewa 4 года назад +5

    wow, I don't know. But this is what I need now. Node Express Socket.io!
    Thank you!

    • @thunderboltxtra2811
      @thunderboltxtra2811 3 года назад

      does he use react in this...i hvnt watched the video yet just wanted to know

    • @mssadewa
      @mssadewa 3 года назад

      @@thunderboltxtra2811 I'm wrong, he doesn't use react

  • @ngocvunguyen4695
    @ngocvunguyen4695 4 года назад

    just finish following the video. thank you, Brad. I can't wait to learn more about Nodejs contents from you!

  • @kokoqui
    @kokoqui 4 года назад +7

    Amazingly well done tutorial! This was my first experience with web sockets and I had no issues understanding the process. I am excited to add more features. Thank you!

    • @learnsomething9838
      @learnsomething9838 2 года назад

      Is it complete project or any other continuation video is there please respond anyone

    • @Just_one_more-bv3bg
      @Just_one_more-bv3bg 6 месяцев назад

      it is complete video@@learnsomething9838

  • @techtechtuts
    @techtechtuts 4 года назад +1

    mIRC revolved again with node and socket.io, Thanks Brad

  • @tastyrobot9369
    @tastyrobot9369 4 года назад +3

    Possibility of XSS? innerHTML is used. Not much to be stolen but you can still execute stuff to like crash browser

    • @jimhalpert9803
      @jimhalpert9803 3 года назад

      Very easy to XSS this project. I don't like how he just adds the raw message from server to as html to the client. That's textbook level fuck up.

  • @josephwong2832
    @josephwong2832 4 года назад

    Brad, during this pandemic I am binge watching all of your tutorials! I hope you and your family stay safe and healthy as well

  • @dean6046
    @dean6046 4 года назад +7

    Thank you Brad! You're the man as always. Keep your head up and I'm looking forward to talking to you more on patreon.

  • @aamirkhan-ql8er
    @aamirkhan-ql8er 4 года назад

    Hi Brad. I am your huge fan. I love your teaching style and your content. I humble request to you please make video on most commonly used rxjs operator in angular with practical guide. Rxjs operators are most confusing for me.

  • @Chrosam
    @Chrosam 4 года назад +3

    06:19 process.env.PORT should come first before the 3000

    • @tanayraj2991
      @tanayraj2991 4 года назад

      Can you explain the reason??

  • @faxxo9635
    @faxxo9635 4 года назад

    I wanted to build this yesterday, now brad gave me.
    Thnx

  • @anshikgupta2993
    @anshikgupta2993 4 года назад +4

    Sir can teach this project as full stack that is with react and mongodb

    • @CapeSkill
      @CapeSkill 4 года назад +1

      yes i'd like to see with react and mongodb :)

    • @adarshpandya
      @adarshpandya 4 года назад

      Brad already have mern stack series

    • @anshikgupta2993
      @anshikgupta2993 4 года назад

      @@adarshpandya but there is no socket.io in it

    • @khandoor7228
      @khandoor7228 4 года назад +1

      yes exactly what i would like to see

  • @goldfishbrainjohn2462
    @goldfishbrainjohn2462 4 года назад

    Appreciate that you spent your time for making this video. It is very helpful

  • @vaniad555
    @vaniad555 3 года назад +6

    Did I miss connecting with MongoDB ? Part ||

  • @shabarish2727
    @shabarish2727 4 года назад

    This is an amazing tutorial. Now i know a little about Socketio and can further research on it.
    Thank you sir !

  • @codu
    @codu 4 года назад +9

    Oooh refreshing some of my Node skills at the moment so this is perfect timing! Looking forward to it, keep up the awesome work Brad 💜

    • @paritoshbatish9984
      @paritoshbatish9984 4 года назад

      I am new to NodeJS but don't we have to set
      app.get("/", ());
      and send index.html here
      How does it work without app.get("/");

  • @djunidjuna4768
    @djunidjuna4768 Год назад

    Very good presentation!!! Merci beaucoup, c'est très bien expliqué. Vous méritez des encouragement. Thank's for the explanations🙏

  • @bhupendranagda9563
    @bhupendranagda9563 4 года назад +4

    waiting for mongodb version
    please make it fast you are such a life saviour

  • @bankytechs
    @bankytechs 4 года назад

    God bless you Brad. Been waiting for this for long.

  • @sohamsuvarna
    @sohamsuvarna 4 года назад +17

    I'm new to coding, this project is helping me alot, the only help I need is how to store all message in database so that when a new user joins or old users join again they could see previous messages. Please help me with that, Thank you

    • @sharathm710
      @sharathm710 4 года назад +1

      Hey how to connect to server its showing [nodemon] clean exit - waiting for changes before restart
      7:56

    •  2 года назад

      Hi Soham, Iam facing the same problem. Did you find a good solution? best regards Pete

    • @gurparkashsinghrandhawa
      @gurparkashsinghrandhawa 2 года назад +1

      To anyone who still has this problem, the easiest way to implement this would be to save each message into the database as a message event emits.

    • @rameezroot5225
      @rameezroot5225 2 года назад

      @@7heMech yeah I need help do you have any link from where I can learn that?

  • @jamil_mikael
    @jamil_mikael 3 года назад +1

    Awesome i have my own chat app ......it took a while but listening to you has been quite the experience thanks yo!!

  • @Winedineandrhyme
    @Winedineandrhyme 3 года назад +22

    how do you integrate a database to store the messages, users, etc.

    • @maheshmahadar4780
      @maheshmahadar4780 3 года назад +1

      there is no any database

    • @The__Leo69
      @The__Leo69 3 года назад +2

      At the point when we recieve message on server, you can add mongodb etc db query.

    • @kevinm5898
      @kevinm5898 3 года назад +19

      @@maheshmahadar4780 Of course there's no database, that's why he was asking how to implement one.

    • @kumarvishalben
      @kumarvishalben 3 года назад

      You could use a queue service which puts the bulk of messages on db once the bulk size is at specific size or time passed since last message is specific time.

    • @therandomsomeone.
      @therandomsomeone. 3 года назад

      DON'T. this requires a lot of setup to do. stay with this good old simple one.

  • @PritamBohra
    @PritamBohra 3 года назад

    You are one of the best teachers Brad :)

  • @JustMe20132
    @JustMe20132 4 года назад +5

    Great job like always. Just can you add call/video feature to this project and how?

  • @ztube2279
    @ztube2279 Год назад

    Thank you brad, it's an amazing tutorial. You're so generous.

  • @DuyTran-ss4lu
    @DuyTran-ss4lu 4 года назад +4

    Oh god! My man Brad can read my mind or what? I just started to build a Chat app with Socket.io and Express yesterday.

  • @tonimaunde
    @tonimaunde 4 года назад

    Brad, my main man. Great tutorial, as always.

  • @DanTheGuitarMan
    @DanTheGuitarMan 3 года назад

    this video was brilliant mate, I am currently doing a bootcamp in the UK and this has been invaluable learning for our project! Did you ever get round to doing the database add ons? Hope you are well dude!

  • @fagnersales532
    @fagnersales532 4 года назад

    The best one in the world, thank you Brad.

  • @schemesgoboom994
    @schemesgoboom994 3 года назад

    21:40 This is why I like Traversy Media 😂

  • @darkmift
    @darkmift 4 года назад

    Thanks for the vids mate,they keep me occupied and sane 😃

  • @sahaneakanayaka3394
    @sahaneakanayaka3394 4 года назад

    Thanks for helping us Brad.....This is awesome

  • @rahulvalder6581
    @rahulvalder6581 4 года назад

    Traversy Media and Chill. 😎🙌 Learning and making while quarantine. Good stuff 💯 stay safe and don't forget to wash those hands 🧼

  • @eligorniak9699
    @eligorniak9699 4 года назад

    Reeealy nice! I need to understand more Socket.io, but the video is awesome!

  • @THeGhost026
    @THeGhost026 4 года назад +1

    wow, this is what i need right now thank you very much

  • @dariobntz8337
    @dariobntz8337 4 года назад

    Awesome Brad, this helps a lot! i can´t wait to see that backend implementation.

  • @shahabsalem7272
    @shahabsalem7272 4 года назад

    Thanks for another great tutorial Brad!

  • @tanyamalhotra9505
    @tanyamalhotra9505 4 года назад +1

    Please make a video on adding a database to this app?

  • @CarlOfHoly
    @CarlOfHoly 4 года назад

    Just as I wanted. You're the best!

  • @jeandedieuamani7873
    @jeandedieuamani7873 4 года назад

    Thanks @Brad, as always for this great and Excellent work... Appreciate

  • @javadnoroozi5542
    @javadnoroozi5542 2 года назад

    You explained it so clearly and perfectly, thanks

    • @riyakumari8377
      @riyakumari8377 2 года назад

      hey while making this tutorial i face error in qs cdn can u help?

  • @lightinthedark5708
    @lightinthedark5708 4 года назад

    Awesome tutorial! Thanks, Brad!

  • @sebah216
    @sebah216 3 года назад +1

    Awesome work!

  • @vedatkurtay
    @vedatkurtay 4 года назад +2

    Dear @Traversy Media, How we can deployed this app for Server?

  • @koljaehmling4534
    @koljaehmling4534 Год назад +1

    Just completed it, thanks for the tutorial. If you follow the instructions step by step, there is a little hickup between minute 10 and 14.
    Tthe check on 11:54 doesnt work without the complete io.on('connection',.... function on line 14 in server.js which is complete enough around minute 14.

  • @rahalhettiarachchi8967
    @rahalhettiarachchi8967 2 года назад

    Thank you very much Brad.... Very useful tutorial!

  • @poopnineburger6662
    @poopnineburger6662 4 года назад

    bro youre a saint this is awesome

  • @tippififestarr6519
    @tippififestarr6519 3 года назад +1

    at 42:35 you somehow select and replace both "quotes" at once, how did you do such magic?!

  • @AnoopSeth
    @AnoopSeth 4 года назад +1

    can tell us how can we add video chat also.

  • @Nomad-mf9pn
    @Nomad-mf9pn 4 года назад

    Brad bro you're the best!

  • @rajaramjoshi6093
    @rajaramjoshi6093 4 года назад

    Great tutorial
    Needed this one from long time
    Plz teach us games with socket.io & node (rooms of course )

  • @osama8790
    @osama8790 4 года назад

    Great video as always, thank you Brad :)

  • @chatgptech
    @chatgptech 2 года назад

    This is amazing, Thank you. Is it possible to add one more functionality to send files as well?

  • @dineshnimmala9488
    @dineshnimmala9488 2 года назад +1

    Brad for me message was not showing in console which was typed can u please clarify

  • @swatilekha_roy
    @swatilekha_roy 3 года назад

    Hi, I am a total beginner to this but loved learning from your tutorial !! Thanks a lot. Could you kindly guide me a hit on how to stream hard coded music simultaneously in these chat rooms, so that the users can listen in sync?
    Would be super duper grateful for your help !!

  • @rangabharath4253
    @rangabharath4253 4 года назад

    Awesome as always

  • @Young-wm8om
    @Young-wm8om 4 года назад

    Always thank u Brad✨

  • @charlessynai2054
    @charlessynai2054 3 года назад

    this is great tutorial, thank you traversy

  • @vinaychopra3512
    @vinaychopra3512 4 года назад +1

    can you please make video non how to connect this application with mongodb using mongoose

  • @offsetanger
    @offsetanger 4 года назад

    It would be super cool if you did the desktop app with this! thanks for the video

  • @meenachauhan6847
    @meenachauhan6847 3 года назад

    thanks for sharing awesome video, plz also share how to load old messages when same user is connect again same room

  • @chimagodspower1289
    @chimagodspower1289 4 года назад +1

    Nice course Traversy, we appreciate. Can you also do this course with react. I will really appreciate this. Thanks

    • @kushagrajain2407
      @kushagrajain2407 4 года назад

      This is the same type of application built in React by Javascript Mastery : ruclips.net/video/ZwFA3YMfkoc/видео.html&ab_channel=JavaScriptMastery

  • @benharrimohammed7885
    @benharrimohammed7885 4 года назад +2

    Hey thank for this tutorial , i didn't get this part when added to index.html please can anyone explain me this .

    • @paritoshbatish9984
      @paritoshbatish9984 4 года назад

      socket.io module hosts a socket.io.js file at this endpoint for the client side html
      you could see it being used in public/js/main.js
      const socket = io();
      this file is required for client html to use socket functions and create web socket.

  • @vloglifewithisma3259
    @vloglifewithisma3259 4 года назад +1

    Hey Traversy i have a bit problem with "ERR_refused to connect" from socket.io, how can i tackle that ?

  • @PaxyPJnr
    @PaxyPJnr 4 года назад

    Thanks for this man. I am looking forward to adding Mongo DB and turning it into a desktop app.
    God bless you.

    • @AB-fr8qn
      @AB-fr8qn 4 года назад

      Hey , you tried this? i have been trying to do the same .

  • @nicoregules
    @nicoregules 4 года назад +1

    34:55 You don't need an external library for that, there is a native web API supported in all mayor browsers: developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

  • @WhatsCoding
    @WhatsCoding 4 года назад

    I think MQTT is much better for this particular use case. I prefer using WebSockets in cases where the server updates the client about a background process like file upload, or file conversions, etc.

  • @sakshamagarwal6852
    @sakshamagarwal6852 4 года назад

    First of all thank you for such a wonderful video, But i think people with same name should not be allowed to enter the same chatroom can you tell me how to implement it ?

  • @CodingJourney
    @CodingJourney 4 года назад

    Really enjoyed it!! 🙏💙🙂

  • @bharathram3977
    @bharathram3977 4 года назад

    In a lot of places, Brad seems to be adding code with the assumption that JS will behave synchronously but that might not be the case, right?
    For ex, the scroll down feature at 26:30 is expected to execute after the outputMessage(message) is completed but that might not be the case always due to asynchronous nature of JS right?
    Another ex: @27:50 the clear input feature is expected to execute after socket.emit('chatMessage') but might not be the case always due to asynchronous nature.

  • @nekramant1
    @nekramant1 4 года назад

    Thank you from ARMENIA bro!

  • @RianY2K
    @RianY2K 4 года назад

    Thank you Brad, it's useful, and next, combine it with auth system with firebase maybel.

  • @websmartist848
    @websmartist848 4 года назад +1

    First of all I want to thank you for the great video. Can you please explain to me how to all the participants in the conversation can see the previous messages? I have mongodb installed and connected to the app

    • @ankomahsunday3552
      @ankomahsunday3552 4 года назад

      I AM VERY MUCH INTERESTED TO KNOW HOW A DATABASE CAN BE ADDED TO THIS PROGRAM.

  • @jpg6113
    @jpg6113 4 года назад +2

    Who could possibly downvote this. Thank you Brad!

  • @FlyroxxGaming
    @FlyroxxGaming 3 года назад +1

    Hello , i'm new to webdev and this channel is a treasure for learning .
    i followed this tutorial and implemented it to my website , but i'm stuck now bcs i want to use mongodb instead of the query Strings , will there be a follow up to this as u said at the end or you're done with it??
    thanks for the great tutorial :)