I want to upload images to S3 or CF,but there isn't plugins I found,so I store the picture locally
How do I set images to be cleared automatically, or how do I set posts to expire and be cleared,please help me..
The follows are not working .
5decafad-0415-4078-b5a7-19dfe13d6b93-image.png
39f03afc-d960-4f44-9e09-aaf5a5551c2a-image.png
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.