Skip to content

Commit 89b648b

Browse files
authored
Update README.md
1 parent 769c70b commit 89b648b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# r2dbc-rsocket-playground
22

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.
44

55
## Why R2DBC?
66
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.
77

88
We are going to use r2dbc-mssql driver to connect to MSSQL database.
99
Check out more at https://r2dbc.io
1010

11-
## Whats Rsocket
11+
## What's Rsocket
1212
To build a full stack application you may need backend interfaces to provide data to your frontends.
1313
Rsocket is protocol which uses transports like TCP/HTTP-2.0/UDP/websocket for reactive communication.
1414
Check out more at http://rsocket.io

0 commit comments

Comments
 (0)