mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-21 06:46:19 -06:00
description
This commit is contained in:
parent
c699f93943
commit
8802c7fb0f
3 changed files with 11 additions and 11 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue