This commit is contained in:
Rolands 2023-01-01 15:29:23 +02:00
parent 490cedb332
commit c8272c2e4b
2 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@
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 [Basic Demo](https://github.com/Rolands-Laucis/Socio.js/blob/master/demos/basic/readme.md) to try an interactive bare-bones demonstration.
Check [Basic Demo](https://github.com/Rolands-Laucis/Socio/blob/master/demos/basic/readme.md) to try an interactive bare-bones demonstration.
Check [Secure Framework Demo](https://github.com/Rolands-Laucis/Socio.js/blob/master/demos/framework/README.md) to try an interactive demonstration on a Svelte-Vite app!
Check [Secure Framework Demo](https://github.com/Rolands-Laucis/Socio/blob/master/demos/framework/README.md) to try an interactive demonstration on a Svelte-Vite app!
Check the [Simple Documentation](https://github.com/Rolands-Laucis/Socio.js/blob/master/core/docs.md) page to see direct examples and explinations of how to use various parts of the lib. Might be out of date, but the lib core files arent that big, and they are full of comments, so u can read up on those.
Check the [Simple Documentation](https://github.com/Rolands-Laucis/Socio/blob/master/core/docs.md) page to see direct examples and explinations of how to use various parts of the lib. Might be out of date, but the lib core files arent that big, and they are full of comments, so u can read up on those.
## How?

View file

@ -4,11 +4,11 @@
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 [Basic Demo](https://github.com/Rolands-Laucis/Socio.js/blob/master/demos/basic/readme.md) to try an interactive bare-bones demonstration.
Check [Basic Demo](https://github.com/Rolands-Laucis/Socio/blob/master/demos/basic/readme.md) to try an interactive bare-bones demonstration.
Check [Secure Framework Demo](https://github.com/Rolands-Laucis/Socio.js/blob/master/demos/framework/README.md) to try an interactive demonstration on a Svelte-Vite app!
Check [Secure Framework Demo](https://github.com/Rolands-Laucis/Socio/blob/master/demos/framework/README.md) to try an interactive demonstration on a Svelte-Vite app!
Check the [Simple Documentation](https://github.com/Rolands-Laucis/Socio.js/blob/master/core/docs.md) page to see direct examples and explinations of how to use various parts of the lib. Might be out of date, but the lib core files arent that big, and they are full of comments, so u can read up on those.
Check the [Simple Documentation](https://github.com/Rolands-Laucis/Socio/blob/master/core/docs.md) page to see direct examples and explinations of how to use various parts of the lib. Might be out of date, but the lib core files arent that big, and they are full of comments, so u can read up on those.
## How?