Message from JavaScript discussions
February 2018
— Can you please elaborate me so that I can try for this
Not actually, most of the async stuff like xml http request , fetch api is part of Browser API.
Similarly other sever side async stuff like fs is part of NodeJS
— The event loop is part of the engine though
— What are you storing?
How much is it?
How often are you storing?
Is this in a bad-network environment?
Is it mostly reading or mostly writing?
Do you need backups?
If any of the answers to these questions change, you'll probably want a different storage mechanism
— I am storing questions
30-40 questions per test
Once in a month I am storing
I am doing it right now in the localhost
It's like answering questions and submitting
— Gireesh Raddi:
I am storing questions
30-40 questions per test
Once in a month I am storing
I am doing it right now in the localhost
It's like answering questions and submitting
— How often is a test?
— So there is 1 test per month?
— Ha
— Use onlinetestpad
— If you try to animate ASYNC will occur
— Animation + interaction ~~> async problems