Who is using NodeBB?
-
-
@Damian-Gądziak hi Damian, are you using a specific plugin for your nodeBb?
I am interested in the Area you have on your dashboard, where you have the pages such as MAIL, BLOG, COMMUNITY etc.
thanks -
-
We just started using NodeBB for our community https://www.mbatious.com/
NodeBB is rocking with an amazing user experience.
-
the widora community : http://sns.widora.io
-
Probably one of the more customized NodeBB forums around: https://forum.superiorservers.co/
-
@aStonedPenguin said in Who is using NodeBB?:
Probably one of the more customized NodeBB forums around: https://forum.superiorservers.co/
Nice job, looks really cool.
-
@aStonedPenguin looks really good that!
Can i ask, is your menu/header bar from a plugin or is it code?
thanks
-
http://juicylandgaming.com/ is one of what i'd imagine to be one of the more customized Node sites.
-
@baris Chinese Community in Finland was lunched using NodeBB -- https://chinese.fi
-
@Airee said in Who is using NodeBB?:
https://juicylandgaming.com/ is one of what i'd imagine to be one of the more customized Node sites.
You LE cert does not include the non www domain. You might want to expand that. Because clicking on your link here gives me an error.
-
@JaredBusch Oh shit, I think I accidently removed it on that vhost. Thanks!
-
Just started a new forum using NodeBB after having used several other forum software packages and I am loving how modern NobeBB is. If you are a college football (American football) then come check out my site. Power 5. It's nothing special at the moment but I am constantly working on it. So let me know what you think.
-
Also https://lowpi.com is using nodebb for the forum section and its rocks.
-
uppingthegame.com is another one. Its a community site for gamers and computer enthusiasts site (by the looks of things)
-
Us A French Photography Club based in Paris > https://regards.photo
-
I'm running NodeBB for my motorcycling forum at https://www.sportbikes.ws
What's fun about this installation is that I'm using AWS with an Elastic Load Balancer in front of an Auto-Scaling group. NodeBB source is sitting on a common NFS mount using Elastic File System. The t2.micro instances bootstrap themselves and mount this NFS share, then fire up NodeBB and register themselves behind the load balancer. They connect to an ElastiCache redis cluster. I'm also using AWS Kinesis to land events from nginx and syslog from each host into ElasticSearch (by way of an AWS Lambda which beats up the log data a bit) to visualize with Kibana.
Some samples:
Forum:
Admin Dashboards by way of AWS's implementation of Kibana in their ElasticSearch: (Pardon the nginx error count - I just went through an upgrade to 1.5.1 and it got a bunch of Bad Gateway errors in the logs ... which showed up on the dashboard)