Skip to content

WebSocket Protocol with Java API for WebSocket (JSR 356), WebSocket API (JS - W3C) and AngularJS deployed on WildFly 8

License

Notifications You must be signed in to change notification settings

charlesbr1/javaee7-websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Java EE 7 - AngularJS - WildFly 8

This project shows how to use the WebSocket Protocol with :

  • Java API for WebSocket (from Java EE 7 specifications)

  • WebSocket HTML 5 / Javascript API (from W3C)

  • AngularJS framework

  • deployed on WildFly 8.0.0-Beta1

Overview

There are 2 samples :

Screenshot of the WebSocket Java EE 7 demo with a single match and native JS
Screenshot of the WebSocket Java EE 7 demo with a severals matches and AngularJS deployed on WildFly

Install on your WildFly 8 Application Server

  1. Clone this project :

    git clone https://github.com/mgreau/javaee7-websocket
  2. Start wildfly :

    $JBOSS_HOME/bin/standalone.sh
  3. Build the war and deploy it automatically with maven :

    mvn clean package jboss-as:deploy
  4. Launch your browser :

About

WebSocket Protocol with Java API for WebSocket (JSR 356), WebSocket API (JS - W3C) and AngularJS deployed on WildFly 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.5%
  • JavaScript 22.2%
  • CSS 19.7%
  • HTML 17.6%