Skip to content

Commit 65f2dce

Browse files
committed
revert PR vert-x3#191 until we find a better way to deal with the sockJS protocol
1 parent 3ed0316 commit 65f2dce

File tree

4 files changed

+0
-99
lines changed

4 files changed

+0
-99
lines changed

web-examples/README.adoc

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ Before running the example you need to download the dependencies, the easiest fo
134134

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

137-
== EventBus Bridge - Java client
138-
139-
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).
140-
141137
== Real-time - client side event bus
142138

143139
This example demonstrates a full duplex connection between the browser and the server side.

web-examples/codetrans-config.json

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
"package": "io.vertx.example.web.realtime"
4949
},
5050

51-
{
52-
"package": "io.vertx.example.web.vertxbus.java"
53-
},
54-
5551
// Rest, JS only
5652
{
5753
"package": "io.vertx.example.web.rest",

web-examples/src/main/java/io/vertx/example/web/vertxbus/java/Client.java

-33
This file was deleted.

web-examples/src/main/java/io/vertx/example/web/vertxbus/java/Server.java

-58
This file was deleted.

0 commit comments

Comments
 (0)