description

This commit is contained in:
Rolands 2023-03-03 19:05:39 +02:00
parent c699f93943
commit 8802c7fb0f
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Socio - A WebSocket based realtime duplex Full-stack synced API framework.
# Socio - A WebSocket Real-Time Communication (RTC) API framework.
## Connecting your Front-End to Back-End DB reactively! ⇄
## Connecting your Front-End logic to Back-End Database reactively! ⇄
<a href="https://www.youtube.com/watch?v=iJIC9B3cKME&ab_channel=CepuminsLV" target="_blank">3 min Youtube video Demo</a>

View file

@ -1,6 +1,6 @@
# Socio - A WebSocket based realtime duplex Full-stack synced API framework.
# Socio - A WebSocket Real-Time Communication (RTC) API framework.
## Connecting your Front-End to Back-End DB reactively! ⇄
## Connecting your Front-End logic to Back-End Database reactively! ⇄
<a href="https://www.youtube.com/watch?v=iJIC9B3cKME&ab_channel=CepuminsLV" target="_blank">3 min Youtube video Demo</a>

View file

@ -1,7 +1,7 @@
{
"name": "socio",
"version": "0.6.8",
"description": "A WebSocket based realtime duplex Front-End and Back-End syncing API paradigm framework.",
"description": "A WebSocket Real-Time Communication (RTC) API framework.",
"main": "./dist/core.js",
"type": "module",
"module": "core.ts",
@ -17,16 +17,16 @@
],
"types": "./dist/*.d.ts",
"keywords": [
"websocket",
"rtc",
"api",
"framework",
"reactive",
"database",
"sync",
"realtime",
"live",
"SQL",
"query",
"frontend",
"websocket",
"reactive",
"rtc"
"query"
],
"author": "Rolands Laucis",
"license": "ISC",