vuejs / vue-requests

Need a Vue.js module or looking for ideas?
MIT License
69 stars 6 forks source link

Forum app #31

Open Piterden opened 7 years ago

Piterden commented 7 years ago

Didn't found no one open-source app with forum fucntional

MartinMuzatko commented 6 years ago

A forum usually involves more than just client-side code. Where do you expect the data to be stored? How do you expect the user authentication to be established?

carcinocron commented 6 years ago

I suppose whoever leads the way gets to choose the backend. Maybe existing software (vBulletin, phpBB3, invisionBoard, etc.) can be API'd into? Or in node with expressjs/feathers.js/koa?