+ 1

I want to make a log in system to store all the data that will be register. How can i do that using javascript?

need help beginner

15th Apr 2019, 1:59 AM
Yusua
Yusua - avatar
3 Antworten
+ 3
For web application, you would need a server either local or web server for running server script and storing data into database table. Server scripts in JavaScript is Nodejs. The JavaScript that usually run from browser HTML, is not able to store any data except local storage on the local machine.
15th Apr 2019, 2:51 AM
Calviղ
Calviղ - avatar
+ 3
You can make desktop, android, ios, etc. Apps with Javascript using ReactNative.
15th Apr 2019, 4:30 AM
InvBoy [ :: FEDE :: ]
InvBoy [ :: FEDE :: ] - avatar
+ 1
What you info you want to get logged and in what form like a text file will be enough ?
15th Apr 2019, 2:51 AM
Yugabdh
Yugabdh - avatar