A WebSocket Real-Time Communication (RTC) Web API framework
Find a file
2022-10-27 19:54:32 +03:00
core first commit 2022-10-27 19:37:46 +03:00
demo first commit 2022-10-27 19:37:46 +03:00
.gitignore first commit 2022-10-27 19:37:46 +03:00
README.md Update README.md 2022-10-27 19:54:32 +03:00

Socio.js

Connect frontend to backend DB reactively!

Say goodbye to REST APIs. No more API middleware and DB interfacing functions and wrappers and handlers. Write your SQL queries on the frontend and have their results be automagically refreshed on all clients when a resource is changed on the server DB.

Check demo to try an interactive bare-bones demonstration.

You might need to link the core lib to the demo manually, since it is not yet published to npm:

cd core
npm link
cd ../demo
npm link ../core

Name:

"Socio.js" comes from the latin verb "socio", which means to link or associate. Since this lib syncs your frontend and backend. Its also a play on words for "WebSockets" and "IO".