Coursera
Online DegreesFind your New CareerFor EnterpriseFor Universities
  • Browse
  • Top Courses
  • Log In
  • Join for Free
    Coursera
    • Browse
    • Node Js
    Related topics:reactjsjavascriptmongodbreactreact jsserver-side

    Filter by

    81 results for "node js"

    • The Hong Kong University of Science and Technology

      The Hong Kong University of Science and Technology

      Full-Stack Web Development with React

      Skills you'll gain: Cloud Computing, Computer Programming, Computer Programming Tools, Databases, Distributed Computing Architecture, Javascript, Mobile Development, Mongodb, NoSQL, Programming Principles, React (web framework), Software Engineering, Web, Web Design, Web Development

      4.7

      (11.2k reviews)

      Intermediate · Specialization · 1-3 Months

    • NIIT StackRoute

      NIIT StackRoute

      RESTful Microservices Using Node.js and Express

      Intermediate · Specialization · 3+ Months

    • IBM

      IBM

      IBM Full Stack Software Developer

      Skills you'll gain: Application Development, Back-End Web Development, BlockChain, Cloud Computing, Cloud Infrastructure, Cloud Platforms, Cloud Storage, Communication, Computational Logic, Computer Architecture, Computer Graphics, Computer Networking, Computer Programming, Computer Programming Tools, Continuous Delivery, Cryptography, Data Management, Database Administration, Database Application, Database Design, Databases, DevOps, Distributed Computing Architecture, Extract, Transform, Load, Finance, Front-End Web Development, Full-Stack Web Development, HTML and CSS, Html, Human Computer Interaction, IBM Cloud, Interactive Design, Javascript, Kubernetes, Mathematical Theory & Analysis, Mathematics, Network Architecture, Network Model, Network Security, NoSQL, Operating Systems, Other Web Frameworks, Programming Principles, Python Programming, React (web framework), SQL, Security Engineering, Software Architecture, Software As A Service, Software Engineering, Software Engineering Tools, Software Framework, Software Testing, Statistical Programming, System Programming, Systems Design, Theoretical Computer Science, Web, Web Design, Web Development

      4.6

      (28.8k reviews)

      Beginner · Professional Certificate · 3+ Months

    • The Hong Kong University of Science and Technology

      The Hong Kong University of Science and Technology

      Server-side Development with NodeJS, Express and MongoDB

      Skills you'll gain: Computer Programming, NoSQL, Distributed Computing Architecture, Web Development, Mongodb, Programming Principles, Databases, Authentication, Computer Programming Tools

      4.7

      (2.5k reviews)

      Intermediate · Course · 1-4 Weeks

    • Coursera Project Network

      Coursera Project Network

      Node.js Backend Basics with Best Practices

      Skills you'll gain: Data Analysis, Computer Programming, Marketing, Front And Back Ends, Computer Programming Tools, Digital Marketing

      Intermediate · Rhyme Project · Less Than 2 Hours

    • Amazon Web Services

      Amazon Web Services

      Modern Application Development with Node.js on AWS

      Skills you'll gain: Amazon Web Services, Back-End Web Development, Cloud Applications, Cloud Computing, Cloud Load Balancing, Cloud Platforms, Computer Architecture, Computer Networking, Computer Programming, Computer Programming Tools, Database Design, Database Theory, Databases, Full-Stack Web Development, Javascript, Network Architecture, NoSQL, Operating Systems, Programming Principles, Security Engineering, Software Architecture, Software As A Service, Software Engineering, Software Security, Software Testing, System Security, Theoretical Computer Science, Web, Web Development

      4.8

      (2.3k reviews)

      Beginner · Specialization · 3+ Months

    • Placeholder
      IBM

      IBM

      Cloud Application Development Foundations

      Skills you'll gain: Application Development, Back-End Web Development, BlockChain, CSS, Cloud Computing, Cloud Infrastructure, Cloud Platforms, Cloud Storage, Computer Architecture, Computer Graphics, Computer Networking, Computer Programming, Computer Programming Tools, Continuous Delivery, Cryptography, Databases, DevOps, Finance, Front-End Web Development, HTML and CSS, Html, Human Computer Interaction, IBM Cloud, Interactive Design, Javascript, Network Architecture, Network Model, Network Security, NoSQL, Operating Systems, Other Web Frameworks, Programming Principles, React (web framework), Security Engineering, Software Architecture, Software As A Service, Software Engineering, Software Engineering Tools, Software Framework, System Programming, Theoretical Computer Science, Web Design, Web Development

      4.6

      (2.3k reviews)

      Beginner · Specialization · 3+ Months

    • Placeholder
      Amazon Web Services

      Amazon Web Services

      Building Modern Node.js Applications on AWS

      Skills you'll gain: Software As A Service, Web, Cloud Computing, Software Architecture, Computer Programming, Back-End Web Development, Full-Stack Web Development, Software Security, Software Testing, Cloud Applications, Theoretical Computer Science, Web Development, Amazon Web Services, Javascript, Software Engineering, Application Programming Interfaces, System Security, Security Engineering, Operating Systems, Programming Principles, Cloud Platforms, Computer Programming Tools

      4.5

      (55 reviews)

      Intermediate · Course · 1-3 Months

    • Placeholder
      NIIT StackRoute

      NIIT StackRoute

      Server side JavaScript with Node.js

      Intermediate · Course · 1-3 Months

    • Placeholder
      Johns Hopkins University

      Johns Hopkins University

      HTML, CSS, and Javascript for Web Developers

      Skills you'll gain: Web Design, Html, HTML and CSS, Web Development, CSS

      4.7

      (13.7k reviews)

      Mixed · Course · 1-3 Months

    • Placeholder
      IBM

      IBM

      Developing Cloud Apps with Node.js and React

      Skills you'll gain: Network Model, Computer Programming, Software Architecture, IBM Cloud, Web Development, Other Web Frameworks, Computer Networking, Theoretical Computer Science, Cloud Computing, Software Engineering, Github, React (web framework), Javascript, Programming Principles, Computer Programming Tools

      4.0

      (117 reviews)

      Intermediate · Course · 1-3 Months

    • Placeholder
      Coursera Project Network

      Coursera Project Network

      E-Commerce Payments Using Stripe and NodeJS

      Skills you'll gain: Computer Programming, Payments, Computer Programming Tools, Node.Js, Finance

      Intermediate · Rhyme Project · Less Than 2 Hours

    Searches related to node js

    node.js backend basics with best practices
    nodejs
    deploy node.js express application in app engine
    building modern node.js applications on aws
    running a node.js container on google kubernetes engine
    restful microservices using node.js and express
    capstone project using node.js
    aws: publish a nodejs website from scratch
    1234…7

    In summary, here are 10 of our most popular node js courses

    • Full-Stack Web Development with React: The Hong Kong University of Science and Technology
    • RESTful Microservices Using Node.js and Express: NIIT StackRoute
    • IBM Full Stack Software Developer: IBM
    • Server-side Development with NodeJS, Express and MongoDB: The Hong Kong University of Science and Technology
    • Node.js Backend Basics with Best Practices: Coursera Project Network
    • Modern Application Development with Node.js on AWS: Amazon Web Services
    • Cloud Application Development Foundations: IBM
    • Building Modern Node.js Applications on AWS: Amazon Web Services
    • Server side JavaScript with Node.js: NIIT StackRoute
    • HTML, CSS, and Javascript for Web Developers: Johns Hopkins University

    Skills you can learn in Mobile And Web Development

    Web (13)
    Mobile App (9)
    Javascript (8)
    Mobile Application Development (8)
    Web Development (8)
    Android Software Development (7)
    CSS (6)
    Programming Language (6)
    Web Application (6)
    Android Studio (5)
    Angularjs (5)
    Computer Program (5)

    Frequently Asked Questions about Node Js

    • Node.js is an open-source run-time environment that lets you execute JavaScript code outside of your browser. It's built on the V8 JavaScript engine created by Chrome and is known for being lightweight and efficient. While most traditional web-serving techniques create a new thread with each connection, which takes up RAM, Node.js is a single-threaded platform that uses non-blocking input and output calls. This lets it shine in supporting tens of thousands of simultaneous connections within the same event loop. Node.js is compatible with a variety of platforms, including macOS, Linux, and Windows. It's not a platform that's well-suited to heavy computation or CPU-intensive operations. Node.js is ideal for building scalable network operations because of its speed and ability to handle many simultaneous connections.‎

    • Learning Node.js can help you create dynamic page content and real-time web applications. Unlike sandboxed environments like Java Applets and Flash, this platform is built for performance. It lets you build powerful applications, but it doesn't require you to write complex code. It also works well for building microservices, an architectural style that's gaining traction for its flexibility and agility. Learning Node.js prepares you to build scalable, fully managed serverless architectures, which are popular because they require minimal overhead while providing maximum agility.‎

    • Learning Node.js opens multiple career paths, including Node.js developers, back-end developers, full-stack developers, and open-source software engineers. Many people start their careers as front-end developers, moving into the role of senior developer after gaining a few years of experience. In this case, you could become a scrum master, team lead, or architect. You could also branch out into management roles, such as team or line managers, or you could create your own consulting business or startup.‎

    • Taking online courses on Coursera gives you the opportunity to learn Node.js and become proficient in using it. You can also explore the server-side of things, full-stack development, and building modern applications. You’ll have a chance to strengthen your skills in publishing a Node.js website or using full-stack web development and building skills in Jquery, front-end framework, SASS, and React.‎

    This FAQ content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.
    Other topics to explore
    Placeholder
    Arts and Humanities
    338 courses
    Placeholder
    Business
    1095 courses
    Placeholder
    Computer Science
    668 courses
    Placeholder
    Data Science
    425 courses
    Placeholder
    Information Technology
    145 courses
    Placeholder
    Health
    471 courses
    Placeholder
    Math and Logic
    70 courses
    Placeholder
    Personal Development
    137 courses
    Placeholder
    Physical Science and Engineering
    413 courses
    Placeholder
    Social Sciences
    401 courses
    Placeholder
    Language Learning
    150 courses

    Coursera Footer

    Start or advance your career

    • Google Data Analyst
    • Google Project Management
    • Google UX Design
    • Google IT Support
    • IBM Data Science
    • IBM Data Analyst
    • IBM Data Analytics with Excel and R
    • IBM Cybersecurity Analyst
    • IBM Data Engineering
    • IBM Full Stack Cloud Developer
    • Facebook Social Media Marketing
    • Facebook Marketing Analytics
    • Salesforce Sales Development Representative
    • Salesforce Sales Operations
    • Intuit Bookkeeping
    • Preparing for Google Cloud Certification: Cloud Architect
    • Preparing for Google Cloud Certification: Cloud Data Engineer
    • Launch your career
    • Prepare for a certification
    • Advance your career

    Browse popular topics

    • Free Courses
    • Learn a Language
    • Python
    • Java
    • Web Design
    • SQL
    • Cursos Gratis
    • Microsoft Excel
    • Project Management
    • Cybersecurity
    • Human Resources
    • Data Science Free Courses
    • Speaking English
    • Content Writing
    • Full Stack Web Development
    • Artificial Intelligence
    • C Programming
    • Communication Skills
    • Blockchain
    • See all courses

    Popular courses and articles

    • Skills for Data Science Teams
    • Data Driven Decision Making
    • Software Engineering Skills
    • Soft Skills for Engineering Teams
    • Management Skills
    • Marketing Skills
    • Skills for Sales Teams
    • Product Manager Skills
    • Skills for Finance
    • Popular Data Science Courses in the UK
    • Beliebte Technologiekurse in Deutschland
    • Popular Cybersecurity Certifications
    • Popular IT Certifications
    • Popular SQL Certifications
    • Marketing Manager Career Guide
    • Project Manager Career Guide
    • Python Programming Skills
    • Web Developer Career Guide
    • Data Analyst Skills
    • Skills for UX Designers

    Earn a degree or certificate online

    • MasterTrack® Certificates
    • Professional Certificates
    • University Certificates
    • MBA & Business Degrees
    • Data Science Degrees
    • Computer Science Degrees
    • Data Analytics Degrees
    • Public Health Degrees
    • Social Sciences Degrees
    • Management Degrees
    • Degrees from Top European Universities
    • Master's Degrees
    • Bachelor's Degrees
    • Degrees with a Performance Pathway
    • Bsc Courses
    • What is a Bachelor's Degree?
    • How Long Does a Master's Degree Take?
    • Is an Online MBA Worth It?
    • 7 Ways to Pay for Graduate School
    • See all certificates

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Coronavirus Response

    Community

    • Learners
    • Partners
    • Developers
    • Beta Testers
    • Translators
    • Blog
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    Learn Anywhere
    Download on the App StoreGet it on Google Play
    Placeholder
    © 2022 Coursera Inc. All rights reserved.
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder