[Satire] NodeBB Rust Rewrite: Is Rust the Future of Web Development?

General Discussion

Suggested Topics


  • Download nodebb question

    General Discussion
    2
    0 Votes
    2 Posts
    927 Views

    Not sure what you mean, it's just a regular FTP server. You would just post a regular FTP link.

  • 0 Votes
    2 Posts
    2k Views

    Thanks for the insight @aixnr! We still recommend redis as the default storage engine, especially for small forums, as it was what NodeBB was originally built against. MongoDB is supported just as well as Redis, so there is no fear of it ever being deprecated or considered a second-class citizen when it comes to support.

    As for those stats you were asking about:

    NodeBB 28,600 Posts 3,645 Topics 3,867 Users 139.08MB memory used in Redis
  • 0 Votes
    2 Posts
    1k Views

    Heheh... no best practices as of yet, but that is the appeal of NodeBB. I (and I think the other admins and reps share our vision on this) really wanted NodeBB to be a "pick and choose" system to allow you to build a system you want to build, instead of what some other entity has decided.

    I liken it to buying a computer. You could save time (and maybe money) by taking something off-the-shelf that a big box manufacturer as put together, or you could build the computer you want by picking the parts and assembling them together yourself.

    As for best practices -- Node is really all about division of responsibility. Don't do things unless you absolutely have to do them, that sort of thing.

    This is why:

    Search is handled by Solr plugin Avatars are handled by Gravatar Emails are handled by Mandrill Image uploads are handled by Imgur
  • NodeBB exporter?

    General Discussion
    8
    0 Votes
    8 Posts
    2k Views

    @Mruk perhaps I'm bring a little too optimistic/naive in hoping that all forum softwares could be exporting to a common format (and co-exist happily 😆), but even that comes with its own caveats, namely in that it'd only be able to support the lowest common denominator, so just posts, topics, and categories.

    The Redis (or MongoDB) dump file would be the best resource for the data, though, yes...

  • 0 Votes
    13 Posts
    4k Views

    Yes things get tougher when we get into the specifics of the licensing all of our dependent packages use. To make things easier, we use the GPLv3, which co-habitates well with other free/open-source licenses, but does preclude the use of it in a commecial/resold context.