Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
berto-dev committed Nov 17, 2023
1 parent 6f99206 commit 9fff639
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xhr-perfect-model

<img src="./banner.jsperfectxhr.webp" alt="javascript xhr open source api system">
<img src="./.depot/banner.jsperfectxhr.webp" alt="javascript xhr open source api system">

## 📃 Info:

Expand All @@ -18,9 +18,9 @@
## *️⃣ What it do:
This is a simplest, but complete, model to make client side walkie talkie ( it's a method to send and receiving information to/from server ) restful system.
<br><br>
<img src="./banner.modernrestsys.webp" alt="modern restful system">
<img src="./.depot/banner.modernrestsys.webp" alt="modern restful system">
<br><br>
So, in shor, you collect the data from form or function, put it in the class, the class "transfer" via a presetted xhr protocol the data and waiting a response from it. When the response reached it's served to you. In the same time, if you have a progression ( an exemple a big json or files ) you can get it easly ( it's all just presetted ;) ). That's the piece of cake.
So, in short, you collect the data from form or function, put it in the class, the class "transfer" via a presetted xhr protocol the data and waiting a response from it. When the response reached it's served to you. In the same time, if you have a progression ( an exemple a big json or files ) you can get it easly ( it's all just presetted ;) ). That's the piece of cake.
<br><br>
You can use all you want into the form, or not use the form with a complete new custom function, it's not important! This asset make a simple class as preset for a web restful data (text, file or text json) transferts... not else.
<br><br>
Expand Down

0 comments on commit 9fff639

Please sign in to comment.