2 years ago, some people think NodeBB is unnecessary.https://www.reddit.com/r/startups/comments/1gvg7d/show_rstartups_we_were_sick_of_how_stagnant_forum/
But now, NodeBB has proved itself.

Best posts made by Hao Lee
-
RE: NodeBB works great on mobile
-
RE: [nodebb-plugin-solr] Solr search plugin
@Samurais solr needs java environment, so the memory consumption is too large.
-
RE: Who is using NodeBB?
Our English Learning Forum is using NodeBB.
EFL Club
forum.eflclub.me
Latest posts made by Hao Lee
-
A tentative plan about NGINX Reverse Proxy ?
Hi. I have a tentative plan about NGINX reverse proxy. I setup NodeBB on server A and setup NGINX on server B and then users access my forum.
I guess that when users request my website, HTML file is sent from A to B and then from B to user, but all other resources(images/css/js) are requested from A directly.
How about this plan. Is this right? Thanks! -
RE: Which emailer plugin do you use here?
I write a shell script. It use users.csv as input and use
mail
command to send email to everyone. -
Is it possible to serve static files with another server?
Hi,
How to use a subdomain to serve the static files such as css and js. In this way, I can still access my forum from example.com, but all css and js files are downloaded from static.example.com which is resolved to another server. Is it possible to do that?
Thanks! -
Is it possible to only show the original poster's replies
Hi everyone,
Is it possible to only show the original poster's replies. I think this feature is very useful. -
RE: NodeBB v1.1.0 Release
Version jump
But why not merge these features to version 1.0.4. -
RE: Who is using NodeBB?
Our English Learning Forum is using NodeBB.
EFL Club
forum.eflclub.me -
Can't start NodeBB automatically after system reboot
Hi, My OS is CentOS 6.4 x64
I add this script to /etc/rc.d/rc.local to start NodeBB automatically after system reboot./etc/init.d/mongod start cd /var/nodebb /usr/local/node/bin/forever start /var/nodebb/app.js > /root/log /etc/init.d/nginx start
I find that mongodb and nginx can start successfully, but nodebb isn't running. The log file is empty. I don't know what the problem is. Could you help me?
-
RE: The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation
@pichalite Thanks! The invitation email was intercepted by spam fliter.