Skip to content

Commit

Permalink
revert PR #191 until we find a better way to deal with the sockJS pro…
Browse files Browse the repository at this point in the history
…tocol
  • Loading branch information
cescoffier committed May 22, 2017
1 parent 3ed0316 commit 65f2dce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 99 deletions.
4 changes: 0 additions & 4 deletions web-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ Before running the example you need to download the dependencies, the easiest fo

Run the server either in your IDE or on the command line, then run the node client `npm start`.

== EventBus Bridge - Java client

The link:src/main/java/io/vertx/example/web/vertxbus/java contains an example of communication between a client and a service using the SockJS event bus. This example is written in java, and the client interacts using SockJS (in Java, using the web socket protocol).

== Real-time - client side event bus

This example demonstrates a full duplex connection between the browser and the server side.
Expand Down
4 changes: 0 additions & 4 deletions web-examples/codetrans-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
"package": "io.vertx.example.web.realtime"
},

{
"package": "io.vertx.example.web.vertxbus.java"
},

// Rest, JS only
{
"package": "io.vertx.example.web.rest",
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 65f2dce

Please sign in to comment.