• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

Other webapps derived from nodebb, non-forum?

Scheduled Pinned Locked Moved General Discussion
11 Posts 6 Posters 7.0k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jens GNU/Linux
    wrote on last edited by
    #1

    Does anyone know of web apps that were built on top of nodebb?
    Like a

    • Q&A platform,
    • a poll community for decision making,
    • a ticket system,
    • a publishing platform
    1 Reply Last reply
    0
  • J Offline
    J Offline
    Jens GNU/Linux
    wrote on last edited by
    #2

    Obviously not - 320 topic views, no reply

    1 Reply Last reply
    0
  • ShardS Offline
    ShardS Offline
    Shard
    wrote on last edited by
    #3

    I'm not familiar with any. Seems like an odd thing to do.

    1 Reply Last reply
    0
  • K Offline
    K Offline
    kenygamer GNU/Linux
    wrote on last edited by kenygamer
    #4

    nodebb is a wonderful place

    1 Reply Last reply
    0
  • niroN Offline
    niroN Offline
    niro
    wrote on last edited by
    #5

    Lack of a complete API support. Such as live stream.
    I don't think Nodebb is a good choice to develop web/phone apps.

    1 Reply Last reply
    0
  • niroN Offline
    niroN Offline
    niro
    wrote on last edited by
    #6

    A API-first system will be more interesting in mobile phone age.

    yariplusY 1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    replied to niro on last edited by
    #7

    @niro said in Other webapps derived from nodebb, non-forum?:

    A API-first system will be more interesting in mobile phone age.

    What?

    1 Reply Last reply
    0
  • KyleTryonK Offline
    KyleTryonK Offline
    KyleTryon
    wrote on last edited by
    #8

    Don't we have an API https://github.com/NodeBB/nodebb-plugin-write-api/blob/master/routes/v2/readme.md ?

    yariplusY 1 Reply Last reply
    1
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    replied to KyleTryon on last edited by
    #9

    @kyletryon Yup! That's what I don't get.

    Literally everything in the forum has an API, and streaming content is definitely included, it's literally the purpose of websockets.

    1 Reply Last reply
    0
  • niroN Offline
    niroN Offline
    niro
    wrote on last edited by
    #10

    @yariplus
    Yes, it's true, almost everything in the forum has an API.
    Then websockets? I don't see a websocket stream interface which client/app can get notifies, mentions.

    1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    wrote on last edited by yariplus
    #11

    They would get them by joining the room online_users and uid_UID

    https://github.com/NodeBB/NodeBB/blob/73d4517d27c7f7b1de3d601b3cd4bde41c9178f2/src/socket.io/index.js#L79-L80

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development