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.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# r2dbc-rsocket-playground
2
2
3
-
Hola! this project holds a setup for creating a full stack application using R2DBC driver(for MSSQL) with RSocket protocol communication.
3
+
Hola! this project holds a setup for creating a full stack application using R2DBC driver(for MSSQL) with RSocket protocol communication. On the frontend it's a node project with react for user interfaces.
4
4
5
5
## Why R2DBC?
6
6
The traditional JDBC drivers are blocking in nature(synchronous) which has down sides on a highly scaled applications. R2DBC on other hand does reactive way for data communication with the databases.
7
7
8
8
We are going to use r2dbc-mssql driver to connect to MSSQL database.
9
9
Check out more at https://r2dbc.io
10
10
11
-
## Whats Rsocket
11
+
## What's Rsocket
12
12
To build a full stack application you may need backend interfaces to provide data to your frontends.
13
13
Rsocket is protocol which uses transports like TCP/HTTP-2.0/UDP/websocket for reactive communication.
0 commit comments