What framework do NodeBB use ?
-
What MVC framework do NodeBB use ?
Best regards.
-
@JeanBaptiste I believe: http://expressjs.com/
-
NodeBB doesn't use an MVC framework as such. For database access, majority of calls are just direct to Redis, or abstracted through lightweight objects. For websockets, it's using a custom "event" based RPC over Socket.io, and for serving the http parts, it's using Express. It's a weird conglomerate of systems, but they seem to work alright together.
Copyright © 2024 NodeBB | Contributors