Security
Kubitdb has been used as database, which is one of the systems we have built, very fast and you can use many databases at the same time, using the json system a directly readable database There is a ddos protection system on the site. when you exceed the limit within a period of time it will block you for a certain period of time if customers open the machine in many tabs Since it sends information to all of them on the server, when you open more than 5 new tabs, the previous places will be closed. Even if there is no ddos system, it will block you for 2 minutes after entering the default 10 wrong entries in the login system so that it does not happen in systems such as brute-force. For the register system, you can run max 1 time per day by default. For Socket.io, you need to have a token first to be able to contact gill. If the system finds such a token, your login will be accepted. If you are authorized, you will contact your mail and password if you are going to look at the machine. You will also check if your password is your mail, the machine's opening date is yours from the db and you continue that way. A normal person cannot contact the machine because he does not know the opening date of the machine and the site blocks you after you enter a certain wrong in the socket. You can look at the codes of the kubitdb we use https://www.npmjs.com/package/kubitdb
Last updated