Skip to content

NodeBB vs Discourse

Chitchat

Related Topics
  • 14 Votes
    17 Posts
    275 Views

    No problem dude !

    I hope you have a good vacation. Enjoy your loved ones!

  • Nodebb icon on google page

    Solved Customisation
    9
    4 Votes
    9 Posts
    733 Views

    @Panda Itā€™s been raised multiple times, but only for the open source version, and not hosted.

  • Nodebb design

    Solved General
    2
    1 Votes
    2 Posts
    289 Views

    @Panda said in Nodebb design:

    One negative is not being so good for SEO as more Server side rendered forums, if web crawlers dont run the JS to read the forum.

    From recollection, Google and Bing have the capability to read and process JS, although itā€™s not in the same manner as a physical person will consume content on a page. It will be seen as plain text, but will be indexed. However, itā€™s important to note that Yandex and Baidu will not render JS, although seeing as Google has a 90% share of the content available on the web in terms of indexing, this isnā€™t something youā€™ll likely lose sleep over.

    @Panda said in Nodebb design:

    The ā€œwrite apiā€ is preferred for server-to-server interactions.

    This is mostly based around overall security - you wonā€™t typically want a client machine changing database elements or altering data. This is why you have ā€œclient-sideā€ which could be DOM manipulation etc, and ā€œserver-sideā€ which performs more complex operations as it can communicate directly with the database whereas the client cannot (and if it can, then you have a serious security flaw). Reading from the API is perfectly acceptable on the client-side, but not being able to write.

    A paradigm here would be something like SNMP. This protocol exists as a UDP (UDP is very efficient, as it is ā€œfire and forgetā€ and does not wait for a response like TCP does) based service which reads performance data from a remote source, thus enabling an application to parse that data for use in a monitoring application. In all cases, SNMP access should be ā€œROā€ (Read Only) and not RW (Read Write). It is completely feasible to assume complete control over a firewall for example by having RW access to SNMP and then exposing it to the entire internet with a weak passphrase.

    You wouldnā€™t do it (at least, I hope you wouldnā€™t) and the same ethic applies to server-side rendering and the execution of commands.

  • Unable to change icon in NodeBB navigation

    Tips
    1
    1 Votes
    1 Posts
    210 Views
    No one has replied
  • 1 Votes
    5 Posts
    645 Views

    @DownPW very useful tip. Thanks

  • Error install plugin

    Solved Customisation
    8
    1 Votes
    8 Posts
    603 Views

    @pobojmoks

    Not WP plugin but nodeBB but it a known bug

  • NodeBB templates

    Locked Chitchat
    12
    4 Votes
    12 Posts
    996 Views

    Placing this here for reference
    https://sudonix.com/topic/216/nodebb-js-script-css-theme-switcher

    Further information and posts can be found at this link

  • NodeBB Footer

    Solved Customisation
    10
    1 Votes
    10 Posts
    1k Views

    @phenomlab said in NodeBB Footer:

    @jac and you. Hope all is well and you recover quickly

    Thanks pal šŸ˜šŸ¤šŸ»