Skip to content

Commit 5e2de13

Browse files
author
Julien Ponge
committed
Note to point the GitHub upstream repository
1 parent 24ad1fa commit 5e2de13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

intro/README.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
= Introduction
22

3+
This guide is a gentle introduction to asynchronous programming with Vert.x, primarily aimed at developers familiar with mainstream non-asynchronous web development frameworks and libraries (e.g., Java EE, Spring).
4+
35
== About this guide
46

5-
This guide is a gentle introduction to asynchronous programming with Vert.x, primarily aimed at developers familiar with mainstream non-asynchronous web development frameworks and libraries (e.g., Java EE, Spring).
67
We assume that the reader is familiar with the Java programming language and its ecosystem.
78

89
We will start from a wiki web application backed by a relational database and server-side rendering of pages; then we will evolve the application through several steps until it becomes a modern single-page application with "real-time".footnote:[Note that the widespread usage of the term "real-time" in the context of web technologies shall not be confused with _hard_ or _soft_ real-time in specialized operating systems.] web features.
@@ -19,6 +20,9 @@ Along the way you will learn to:
1920
9. Client-side programming of a single-page application with AngularJS.
2021
10. Real-time web programming using the unified Vert.x event bus integration over SockJS.
2122

23+
NOTE: The source of both this document and the code examples are available from https://github.com/vert-x3/vertx-guide-for-java-devs.
24+
We welcome issue reports, feedback and pull-requests!
25+
2226
== What is Vert.x?
2327

2428
[quote, Vert.x website]

0 commit comments

Comments
 (0)