Can you use cloudflare or any other free CDN with nodebb?

NodeBB Development

Suggested Topics


  • 1 Votes
    11 Posts
    3k Views

    @baris ohh i see! thanks a bunch!

  • 0 Votes
    2 Posts
    1k Views

    Off the top of my head, I think it's doable with the current hooks available. That said, it would be quite a big plugin. If you want to attempt building it I'll be happy to point you in the right direction if you get stuck.

    Alternatively contact us at [email protected] and maybe we can build that for you 🙂

  • 4 Votes
    2 Posts
    984 Views

    Hi,
    As we know, in NodeBB there is concept like "One Topic" has multiple "Reply" (Posts).
    I wanted to implement functionality which provides facility for the user to make
    "Comments" on each reply. So the hierarchy will be :
    --> Topic
    --> Reply
    --> Comment 1
    --> Comment 2
    Most important is I wanted to do this using PLUGIN approach.

    So Is there any similar plug-in available which can help me?
    If I want to implement this then how should I start this? Any guidelines.

    Thanks!!

  • 2 Votes
    11 Posts
    3k Views

    can't wait to see that! 🙂

  • 0 Votes
    1 Posts
    1k Views

    We have a system consisting of several server side Node.js components. We would like to integrate NodeBB in our system as the 'forum' server. Our client do not reside in a browser and they use some external protocol such as XMPP to communicate with our backend server.

    We would have a server component that translates XMPP and then interface with NodeBB. There are two possibilities, one is to run NodeBB in the same Node.js runtime as our server. And the other is to run NodeBB in a separate Node,js runtime and have the server talk to NodeBB using some wire protocol.

    What is the best way to achieve this? We could not find any document regarding any external APIs or protocol that can be used.
    Thanks