• für für Einzelpersonen
  • für Unternehmen
  • für für Hochschulen
  • für Behörden
Coursera
Online-Abschlüsse
Jobs
Anmelden
Kostenlose Teilnahme
Coursera
The Hong Kong University of Science and Technology
Learning Server-side Programming through Game Development
  • Info
  • Module
  • Empfehlungen
  • Referenzen
  1. Blättern
  2. Computer Science
  3. Mobile and Web Development

Bringen Sie Ihre Karriere in diesem Sommer in Schwung mit Kursen von Google, IBM und anderen für £190/Jahr. Jetzt sparen.

Diese kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
The Hong Kong University of Science and Technology

Learning Server-side Programming through Game Development

Gibson Lam

Dozent: Gibson Lam

Bei Coursera Plus enthalten

•Mehr erfahren
6 Module
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

Empfohlene Erfahrung

Stufe „Mittel“

At least 2 years of programming experience in intermediate level

Es dauert 42 Stunden
3 Wochen bei 14 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

6 Module
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

Empfohlene Erfahrung

Stufe „Mittel“

At least 2 years of programming experience in intermediate level

Es dauert 42 Stunden
3 Wochen bei 14 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
  • Info
  • Module
  • Empfehlungen
  • Referenzen

Kompetenzen, die Sie erwerben

  • Kategorie: Software Architecture
    Software Architecture
  • Kategorie: Hypertext Markup Language (HTML)
    Hypertext Markup Language (HTML)
  • Kategorie: Web Applications
    Web Applications
  • Kategorie: Authentications
    Authentications
  • Kategorie: JSON
    JSON
  • Kategorie: Ajax
    Ajax
  • Kategorie: Server Side
    Server Side
  • Kategorie: Web Development
    Web Development
  • Kategorie: Application Programming Interface (API)
    Application Programming Interface (API)
  • Kategorie: Full-Stack Web Development
    Full-Stack Web Development
  • Kategorie: Model View Controller
    Model View Controller
  • Kategorie: Javascript
    Javascript
  • Kategorie: Node.JS
    Node.JS
  • Kategorie: Real Time Data
    Real Time Data
  • Kategorie: Web Servers
    Web Servers
  • Kategorie: PHP (Scripting Language)
    PHP (Scripting Language)
  • Kategorie: Restful API
    Restful API

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

Februar 2025

Bewertungen

6 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

Weitere Informationen zu Coursera für Unternehmen
 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 6 Module

This course offers a comprehensive understanding of web development, concentrating on essential server-side techniques. Topics include the HTTP protocol for browser-server communication, various methods of interaction between browsers and servers, and approaches for web application development.

Students will gain hands-on experience in web server development using Node.js. The course will cover related browser-side techniques such as utilizing HTML forms, structuring data with JSON, and asynchronous JavaScript programming using promises. Additionally, students will explore AJAX for server communication and different web application architectures, including Single Page Applications (SPAs), Multi-Page Applications (MPAs), RESTful APIs, and MVC architecture. The curriculum also introduces web authentication, cookie management, and real-time communication using WebSockets. Throughout the course, students will engage in practical programming exercises, culminating in the development of a multi-player game project. By the end of the course, students will be equipped to apply the technologies and skills they have acquired to create engaging and comprehensive web applications.

In this module, you will learn the fundamental HTTP process, which isessential for understanding browser-server communication. You will also discover how to build a web server using Node.js. Given the significant role of JSON in this communication, we will provide a brief introduction to it at the beginning of the module. Additionally, the module will conclude with a discussion on using HTML forms for sending information to the server.

Das ist alles enthalten

13 Videos8 Lektüren1 Aufgabe

13 Videos•Insgesamt 158 Minuten
  • Course Overview•7 Minuten•Modulvorschau
  • A Quick Look at JSON•9 Minuten
  • The HTTP Process and the URL•13 Minuten
  • Sending the HTTP Request•13 Minuten
  • Replying With the HTTP Response•14 Minuten
  • Processing the HTML Response•9 Minuten
  • Getting Started With Node.js•9 Minuten
  • Building a Basic Web Server Using Node.js and Express•13 Minuten
  • Returning JSON Responses•15 Minuten
  • What is an HTML Form?•10 Minuten
  • Basic Form Elements•15 Minuten
  • More Form Input Elements•9 Minuten
  • Understanding the Query String•17 Minuten
8 Lektüren•Insgesamt 115 Minuten
  • Notes - A Quick Look at JSON•10 Minuten
  • Notes - Basic HTTP Process•30 Minuten
  • Notes - Getting Started With Node.js•10 Minuten
  • Lesson Examples - Getting Started With Node.js•4 Minuten
  • Notes - Building a Simple Server•20 Minuten
  • Lesson Examples - Building a Simple Server•4 Minuten
  • Notes - Using HTML Forms•35 Minuten
  • Lesson Examples - Using HTML Forms•2 Minuten
1 Aufgabe•Insgesamt 20 Minuten
  • End of Module Quiz 1•20 Minuten

In this module, you will learn how to use JavaScript promises and their associated programming techniques. You will apply these promises with AJAX, a method for acquiring server resources asynchronously. Next, you will be introduced to Single Page Applications (SPAs) and Multi-Page Applications (MPAs), two different approaches to building web applications. You will gain hands-on experience by exploring an example of building an SPA using AJAX and a Node.js web server.

Das ist alles enthalten

13 Videos7 Lektüren1 Aufgabe1 peer review

13 Videos•Insgesamt 166 Minuten
  • Loading Images With Load Events•15 Minuten•Modulvorschau
  • Cascading the Load Events•11 Minuten
  • Using the Promise Object•12 Minuten
  • Chaining the Promise Functions•19 Minuten
  • Using the Await Keyword•8 Minuten
  • Using Async Functions•14 Minuten
  • What is AJAX?•6 Minuten
  • Using the fetch() Function•18 Minuten
  • Sending Data to Server•16 Minuten
  • SPA and MPA•12 Minuten
  • The Example Application•10 Minuten
  • Adding HTML Using jQuery and Using the File System Module•14 Minuten
  • The Server Endpoints•7 Minuten
7 Lektüren•Insgesamt 225 Minuten
  • Notes - Using JavaScript Promises•45 Minuten
  • Lesson Examples - Using JavaScript Promises•2 Minuten
  • Notes - AJAX•20 Minuten
  • Lesson Examples - AJAX•4 Minuten
  • Notes - A Single Page Application (SPA) Example•30 Minuten
  • Lesson Examples - A Single Page Application (SPA) Example•4 Minuten
  • Instructions - Card Game•120 Minuten
1 Aufgabe•Insgesamt 20 Minuten
  • End of Module Quiz 2•20 Minuten
1 peer review•Insgesamt 120 Minuten
  • Submission - Card Game•120 Minuten

In this module, you will be introduced to cookies, which enable you to store small pieces of data in the browser. You will also learn how to use cookies in server-side programs, with Node.js web servers as examples. By working with cookies, you will discover methods for implementing web authentication in web applications. Finally, in addition to cookies, you will explore an alternative approach to storing information inside browsers.

Das ist alles enthalten

14 Videos7 Lektüren1 Aufgabe1 peer review

14 Videos•Insgesamt 158 Minuten
  • What are Cookies?•12 Minuten•Modulvorschau
  • Creating Cookies Using JavaScript•14 Minuten
  • Cookies' Expiry Time•10 Minuten
  • Using Cookies From the Server•15 Minuten
  • Third-Party Cookies•9 Minuten
  • Web Authentication•7 Minuten
  • What is a Web Session?•12 Minuten
  • Using Web Sessions in Express•11 Minuten
  • Using Web Sessions for User Authentication•11 Minuten
  • What is JWT?•10 Minuten
  • Using JWT in Express•9 Minuten
  • Using JWT for User Authentication•10 Minuten
  • Storing Things on Browsers Using Local Storage and Session Storage•8 Minuten
  • Two Examples Using the Storage Objects•12 Minuten
7 Lektüren•Insgesamt 215 Minuten
  • Notes - Cookies•30 Minuten
  • Lesson Examples - Cookies•4 Minuten
  • Notes - Basic Web Authentication•40 Minuten
  • Lesson Examples - Basic Web Authentication•4 Minuten
  • Notes - Storing Things on Browsers•15 Minuten
  • Lesson Examples - Storing Things on Browsers•2 Minuten
  • Instructions - Game Room•120 Minuten
1 Aufgabe•Insgesamt 20 Minuten
  • End of Module Quiz 3•20 Minuten
1 peer review•Insgesamt 120 Minuten
  • Submission - Game Room•120 Minuten

In this module, you will learn about WebSocket and RESTful APIs, two essential technologies for web development. You will explore WebSocket for real-time communication between browsers and servers, utilizing Socket.IO for practical implementation in Node.js. Additionally, you will be introduced to RESTful APIs, with a focus on various HTTP methods and their applications through a practical example involving a library system.

Das ist alles enthalten

13 Videos5 Lektüren1 Aufgabe1 peer review

13 Videos•Insgesamt 161 Minuten
  • Issues With Client Pull•10 Minuten•Modulvorschau
  • The WebSocket Protocol•10 Minuten
  • Using the Socket.IO Module in Node.js•10 Minuten
  • Sending and Receiving Messages in the Server•13 Minuten
  • Using WebSocket in the Browser•8 Minuten
  • A Stock Ticker Example•11 Minuten
  • Making Browser-to-Browser Communications•20 Minuten
  • RESTful APIs•14 Minuten
  • The Operations of RESTful APIs•14 Minuten
  • Using the GET Method•11 Minuten
  • Using the POST, PUT and PATCH Methods•16 Minuten
  • Using the DELETE Method and Using fetch()•8 Minuten
  • A Library System Example•10 Minuten
5 Lektüren•Insgesamt 213 Minuten
  • Notes - Using WebSocket•45 Minuten
  • Lesson Examples - Using WebSocket•4 Minuten
  • Notes - RESTful APIs•40 Minuten
  • Lesson Examples - RESTful APIs•4 Minuten
  • Instructions - Rock, Paper, Scissors!•120 Minuten
1 Aufgabe•Insgesamt 20 Minuten
  • End of Module Quiz 4•20 Minuten
1 peer review•Insgesamt 120 Minuten
  • Submission - Rock, Paper, Scissors!•120 Minuten

In this module, you will deepen your understanding of HTML forms, specifically focusing on using the POST method to handle file uploads and multi-part content in an Express web server. You will also get started with PHP, learning to write basic code, such as variables, control structures, and arrays. Finally, you will explore how PHP can be utilized to develop a RESTful server, building on an example covered in the previous module.

Das ist alles enthalten

10 Videos6 Lektüren1 Aufgabe

10 Videos•Insgesamt 126 Minuten
  • Using the POST Method in HTML Forms•12 Minuten•Modulvorschau
  • Handling File Uploads in Forms•10 Minuten
  • Handling Multi-Part Content in Express•21 Minuten
  • Introduction to PHP•8 Minuten
  • Introduction to PHP•10 Minuten
  • Writing PHP Code•7 Minuten
  • PHP Statements and Variables•16 Minuten
  • Control Structures and Arrays•11 Minuten
  • Global Arrays•10 Minuten
  • Using JSON and a RESTful Server Example•16 Minuten
6 Lektüren•Insgesamt 92 Minuten
  • Notes - Posting Form Data•25 Minuten
  • Lesson Examples - Posting Form Data•4 Minuten
  • Notes - Getting Started With PHP•25 Minuten
  • Lesson Examples - Getting Started With PHP•4 Minuten
  • Notes - Basic PHP•30 Minuten
  • Lesson Examples - Basic PHP•4 Minuten
1 Aufgabe•Insgesamt 20 Minuten
  • End of Module Quiz 5•20 Minuten

In this module, you will learn how to build a Multi-Page Application (MPA) using template engines and the Model-View-Controller (MVC) architecture. You will explore the EJS template engine and how to pass variables to views for dynamic content generation. Additionally, you will gain practical experience in developing a web application using the MVC framework, through a stage-by-stage development of an example stock application.

Das ist alles enthalten

11 Videos5 Lektüren1 Aufgabe1 peer review

11 Videos•Insgesamt 121 Minuten
  • Why Do We Need Template Engines?•8 Minuten•Modulvorschau
  • Using EJS•9 Minuten
  • Passing Variables to EJS Views•10 Minuten
  • Overview of MVC•8 Minuten
  • An Example Stock Application•9 Minuten
  • Creating a Data Model•8 Minuten
  • Using Modules in Node.js and the Stocks Model•18 Minuten
  • Creating Views Using EJS•14 Minuten
  • Controllers in an Express Server•10 Minuten
  • Using HTTP Redirect•12 Minuten
  • The Stock Server Endpoints•11 Minuten
5 Lektüren•Insgesamt 208 Minuten
  • Notes - Template Engines•20 Minuten
  • Lesson Examples - Template Engines•4 Minuten
  • Notes - Developing MPA Using MVC•60 Minuten
  • Lesson Examples - Developing MPA Using MVC•4 Minuten
  • Instructions - Multiplayer Card Game•120 Minuten
1 Aufgabe•Insgesamt 15 Minuten
  • End of Module Quiz 6•15 Minuten
1 peer review•Insgesamt 120 Minuten
  • Submission - Multiplayer Card Game•120 Minuten

Erwerben Sie ein Karrierezertifikat.

Fügen Sie dieses Zeugnis Ihrem LinkedIn-Profil, Lebenslauf oder CV hinzu. Teilen Sie sie in Social Media und in Ihrer Leistungsbeurteilung.

Dozent

Gibson Lam
Gibson Lam
The Hong Kong University of Science and Technology
2 Kurse•388 Lernende

von

The Hong Kong University of Science and Technology

von

The Hong Kong University of Science and Technology

HKUST is a world-class research-intensive university that focuses on science, technology, and business as well as humanities and social science. HKUST offers an international campus, and a holistic and interdisciplinary pedagogy to nurture well-rounded graduates with a global vision, a strong entrepreneurial spirit, and innovative thinking.

Mehr von Mobile and Web Development entdecken

  • T

    The Hong Kong University of Science and Technology

    Learning HTML, CSS and JavaScript through Game Development

    Kurs

  • Status: Kostenloser Testzeitraum
    Kostenloser Testzeitraum
    C

    Codio

    API Development

    Kurs

  • Status: Kostenloser Testzeitraum
    Kostenloser Testzeitraum
    B

    Board Infinity

    Comprehensive Guide to Server-Side Logic and Development

    Kurs

  • Status: Kostenloser Testzeitraum
    Kostenloser Testzeitraum
    E

    EDUCBA

    NodeJS Unleashed: Mastering Backend Development

    Kurs

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Mehr erfahren

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Erkunden Sie die Abschlüsse

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Mehr erfahren

Häufig gestellte Fragen

Access to lectures and assignments depends on your type of enrollment. If you take a course in audit mode, you will be able to see most course materials for free. To access graded assignments and to earn a Certificate, you will need to purchase the Certificate experience, during or after your audit. If you don't see the audit option:

  • The course may not offer an audit option. You can try a Free Trial instead, or apply for Financial Aid.

  • The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you purchase a Certificate you get access to all course materials, including graded assignments. Upon completing the course, your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile. If you only want to read and view the course content, you can audit the course for free.

You will be eligible for a full refund until two weeks after your payment date, or (for courses that have just launched) until two weeks after the first session of the course begins, whichever is later. You cannot receive a refund once you’ve earned a Course Certificate, even if you complete the course within the two-week refund period. See our full refund policyWird auf einer neuen Registerkarte geöffnet.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Weitere Fragen

Besuchen Sie die das Hilfe-Center für Kursteilnehmer.

Finanzielle Unterstützung verfügbar,

Coursera-Fußzeile

Technical Skills

  • ChatGPT
  • Coding
  • Computer Science
  • Cybersecurity
  • DevOps
  • Ethical Hacking
  • Generative AI
  • Java Programming
  • Python
  • Web Development

Analytical Skills

  • Artificial Intelligence
  • Big Data
  • Business Analysis
  • Data Analytics
  • Data Science
  • Financial Modeling
  • Machine Learning
  • Microsoft Excel
  • Microsoft Power BI
  • SQL

Business Skills

  • Accounting
  • Digital Marketing
  • E-commerce
  • Finance
  • Google
  • Graphic Design
  • IBM
  • Marketing
  • Project Management
  • Social Media Marketing

Career Resources

  • Essential IT Certifications
  • High-Income Skills to Learn
  • How to Get a PMP Certification
  • How to Learn Artificial Intelligence
  • Popular Cybersecurity Certifications
  • Popular Data Analytics Certifications
  • What Does a Data Analyst Do?
  • Career Development Resources
  • Career Aptitude Test
  • Share your Coursera Learning Story

Coursera

  • Info
  • Was wir anbieten
  • Leitung
  • Jobs
  • Katalog
  • Coursera Plus
  • Berufsbezogene Zertifikate
  • MasterTrack® Certificates
  • Abschlüsse
  • Für Unternehmen
  • Für Regierungen
  • Für Campus
  • Werden Sie Partner
  • Soziale Auswirkung
  • Free Courses
  • ECTS Credit Recommendations

Community

  • Kursteilnehmer
  • Partner
  • Beta-Tester
  • Blog
  • Der Coursera-Podcast
  • Tech-Blog

Mehr

  • Presse
  • Anleger
  • Nutzungsbedingungen/AGB
  • Datenschutz
  • Hilfe
  • Barrierefreiheit
  • Kontakt
  • Artikel
  • Verzeichnis
  • Partnerunternehmen
  • Stellungnahme zu moderner Sklaverei
  • Cookie-Einstellungen verwalten
Überall lernen
Aus dem App Store herunterladen
Erhältlich bei Google Play
Logo von Certified B Corporation
© 2025 Coursera Inc. Alle Rechte vorbehalten.
  • Coursera Facebook
  • Coursera LinkedIn
  • Coursera Twitter
  • Coursera YouTube
  • Coursera Instagram
  • Coursera auf TikTok
Coursera

Registrieren

Erwerben Sie im Eigenstudium Kompetenzen von erstklassigen Universitäten und Unternehmen.

​
​
Zwischen 8 und 72 Zeichen
Ihr Passwort ist ausgeblendet
​

oder

Sie nutzen Coursera schon?


Ich akzeptiere die Nutzungsbedingungen und die Datenschutzhinweis von Coursera. Sie haben Schwierigkeiten bei der Anmeldung? Learner Help Center

Diese Seite ist durch reCAPTCHA Enterprise geschützt. Es gelten die Datenschutzerklärung und Nutzungsbedingungen von Google.