Hi, I've recently hired a fiverr to help me create a project to help Hong Kong since the connection from Hong Kong to main communication platforms has been disturbed by ddos attack and protesters can't contact through the net, but the developer just done half of it and he didn't solve the bugs, can anyone help?
https://github.com/HKCHAT/HKCHAT
This is a open project and I hope to make it into a snapd package so everyone who can access the net can build a server to help the community.
Top comments (4)
How's the current build?
On Ubuntu 18.04, sometimes it goes good, but sometimes bcrypt fails to install. Sometimes mongodb fails to connect but the page can be seen but login doesn't work
How do you want to make it deployable for it to be effective?
I can contribute and work with the code, but maybe there might be a much more easier way.
'''
execFile("C:/Program Files/MongoDB/Server/3.2/bin/mongod.exe", ['--version'], (error, stdout, stderr) => {
if (error) {
throw error;
}
console.log(stdout);
'''
This should kinda of fix that for windows env