You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the traffic will be handled through records and models , as described from db model handler - a npm package created by me.
Main goals
Secure data types: data transferred from client to server should be validated!
Secure data relations: one could add votes for a judge that does not exist!
Use db data as little as possible : server and db communication occurs only for insert , update and delete of a record. Get records occurs only the first time and for recache - if needed !
The text was updated successfully, but these errors were encountered:
All the traffic will be handled through records and models , as described from db model handler - a npm package created by me.
Main goals
The text was updated successfully, but these errors were encountered: