Posts by jhonatas silvinha • 5 points
3 posts
-
-3
votes3
answers450
viewsA: Socket.io chat, setting url
It is possible to just use the socket.io-client I use our projects. Website: https://socket.io/docs/v3/client-api/index.html…
-
1
votes3
answers880
viewsA: What are the security impacts of a site that has an invalid certificate?
Look as answered earlier answered the digital certificate has the following functions: Integrity: Proves that the data has not changed Authenticity: Proves the person’s authorship Security : Message…
-
-1
votes1
answer26
viewsQ: Create an event to delete from a time
I have an event that deletes records within the table that runs every 5 minutes.With the following parameters DELETE FROM redefinirsenha WHERE `Data` < NOW() But I wanted to make this event run…