blob: e34eb804da1ccd4b4a1c44cc0eb8f0733a3cbfb4 [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Video of Using the WebSocket API in a Web Application
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of Using the WebSocket API in a Web Application - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of Using the WebSocket API in a Web Application
|===
|This screencast demonstrate how to use the WebSocket API and JSON to create a simple web application that enables collaboration between client browsers that are connected to a single WebSocket endpoint.
Author: Ken Ganfield
Time: 14:00
link:http://bits.netbeans.org/media/websocketapi-screencast.mp4[+Download / Watch full size+] (75 MB)
|For the steps for creating this application in NetBeans IDE, see the following tutorial.
* link:maven-websocketapi.html[+Using the WebSocket API in a Web Application+]
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Using%20the%20WebSocket%20API%20in%20a%20Web%20Application[+Send Feedback on This Tutorial+]
|===
== Related links
* Demo: link:javaee-gettingstarted-screencast.html[+Getting Started with Java EE Applications+]
* link:javaee-gettingstarted.html[+Getting Started with Java EE Applications+]
* link:javaee-intro.html[+Introduction to Java EE Technology+]
* link:../../trails/java-ee.html[+Java EE & Java Web Learning Trail +]