You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= springboot-kafka-websocket
2
2
3
-
The goal of this project is to implement two https://docs.spring.io/spring-boot/index.html[`String Boot`] applications: `bitcoin-api` and `bitcoin-client`. The `bitcoin-api` application simulates `BTC` price changes, while the `bitcoin-client` application listens to these changes and updates a real-time UI. The `bitcoin-client` UI is secured using Basic Authentication.
3
+
The goal of this project is to implement two https://docs.spring.io/spring-boot/index.html[`Spring Boot`] applications: `bitcoin-api` and `bitcoin-client`. The `bitcoin-api` application simulates `BTC` price changes, while the `bitcoin-client` application listens to these changes and updates a real-time UI. The `bitcoin-client` UI is secured using Basic Authentication.
`Spring Boot` Web Java application that was implemented using `Thymeleaf` as HTML template. It reads from `Kafka` and updates its UI using `Websocket`. It has also a chat where users can talk to each other, by sending messages publicly or privately.
26
+
`Spring Boot` Web Java application that was implemented using `Thymeleaf` as HTML template. It reads from `Kafka` and updates its UI using `Websocket`. It has also a chat where users can talk to each other by sending messages publicly or privately.
27
27
28
28
== Prerequisites
29
29
@@ -113,7 +113,7 @@ Inside the `springboot-kafka-websocket` root folder, run the following `Maven` c
113
113
114
114
* In a terminal, make sure you are inside the `springboot-kafka-websocket` root folder;
115
115
116
-
* Run following script:
116
+
* Run the following script:
117
117
+
118
118
[source]
119
119
----
@@ -134,7 +134,7 @@ Inside the `springboot-kafka-websocket` root folder, run the following `Maven` c
134
134
|`user1/123` or `user2/123`
135
135
|===
136
136
137
-
The gif below shows two users checking real-time the `BTC` price changes. Besides, they are using a chat channel to communicate with each other.
137
+
The gif below shows two users checking real-time the `BTC` price changes. Additionally, they are using a chat channel to communicate with each other.
0 commit comments