hey Guys! i need help, if anyone can put me to a right direction on creating a sidebar form that could send to an API with JSON format?
parts of the things it could send is:
username
receives:
responses from the API
could detect
if the user is logged in
security:
simple nocaptcha
show only in:
pages that i need it to show
vanilla 2.1.
I was trying your vanilla importer i reinstalled my nodebb will let you know when i migrate again. i have to move out from redis and setup mongodb since my community is too big and the memory consumption of redis is ridiculous
How are you getting the concurrent user metric? Typical stats from php are aggregate counts over a period of time, and are not truly concurrent.
NodeBB can handle 500+ concurrent connections easily, but a cluster setup is advised to do so.
@fr3em1nd said:
@a_5mith yep
fuser -k 3000/tcp
seem to fix it so it will kill all to processes using that port
It may do work. But it is not very clean and can lead to serious problems to solve problems of this kind that way.
Just a little advice. No offence.