YoVDO

Introduction to the Java API for Web Sockets

Offered By: Pluralsight

Tags

Java Courses Web Development Courses Javascript Courses Serialization Courses Deserialization Courses

Course Description

Overview

The web is becoming more and more about building applications rather than building web pages, and that typically means two-way communication between the web client code and the server. In this course, you will build a Java server that supports the Java API for Web Sockets, and a JavaScript client that uses web sockets to provide two-way communication between the client and the server.

More and more web applications are using web sockets. In this course, you will learn how to use the Java API for Web Sockets to provide communication between the client and a Java based server. The course will cover sending simple text messages as well as how to send, receive, and process binary messages. We also show how to deserialize such messages into Java types and how to use those Java types to process the message. You'll also learn how to serialize Java objects into messages that can be sent to and processed by a client. Finally, we look at ways to extend the server using 'path=parameter,' which allows clients to use the same web socket but to partition the application using URLs.

Syllabus

  • Course Overview 1min
  • Introduction 11mins
  • Building Our First Server 26mins
  • Sending and Receiving Messages 31mins
  • Encoding and Decoding Data 26mins
  • Extending the Server 17mins

Taught by

Kevin Jones

Related Courses

Algorithms, Part I
Princeton University via Coursera
Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera
MongoDB for Java Developers
MongoDB University
Initiation à la programmation (en Java)
École Polytechnique Fédérale de Lausanne via Coursera
Intro to Java Programming
San Jose State University via Udacity