All Questions
2 questions
-1
votes
1
answer
637
views
Intranet application platform decisions wamp vs node [closed]
I have a client/server java application with a firebirdsql backend. This is a pain because I have to install java and the client on every workstation, etc
So it is now time to rewrite the application,...
0
votes
1
answer
1k
views
Sync csv file using nodejs
There is a remote csv file that gets updated every second or so.
I need to download it(on a Windows machine) ONCE and always sync local file with the remote one.
Obviously, downloading the whole ...