Questions tagged [nodebb]

Forum software built on Node.js, Redis, and Socket.IO

NodeBB is a robust web 2.0 forum software built on new technologies such as , , and .

It aims to re-invent forums for the modern web.

NodeBB is designed as an API-first web application, and supports and as storage engines out of the box.
There are also plugins, installed as modules, that extend NodeBB functionality thanks to hooks.

http://www.nodebb.org

47 questions
0
votes
1 answer

Getting a forum to be indexed under Google's "Discussions" tab

I'm building a forum software using node.js called NodeBB. I've been able to get Google to index the pages well enough, but I'm having trouble getting those results to show up in the Discussion tab like current established forum software. I found a…
psychobunny
  • 1,247
  • 9
  • 16
-1
votes
3 answers

I need to schedule a function in a future

I want to schedule a function in a future. This is my code: var timeout = setTimeout(function() { function(); console.log("UNO"); }, 5000); But I don't like this solution, so Anyone know some method in…
Picco
  • 423
  • 2
  • 6
  • 21
1 2 3
4