Voten.co, a Real-Time Reddit Alternative Launches Public Beta
1–10 of 229 posts
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#2Is there another Laravel other than the php one? Seems odd to roll out with both php and node.js. I don't know why you would need both.
Edit: Yes, I see each has it's strengths. But that has to drive a lot of doing the same thing twice, in two languages...they both interact with the same data. I would guess time-to-market is important at launch to react to things you missed. I would have settled on one or the other. Feels like premature optimization.
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#3Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#4Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#5"The app itself is powered by Laravel, Vue.js, Socket.io, and Node" Is there another Laravel other than the php one? Seems odd to roll out with both php and node.js. I don't know why you would need both. Edit: Yes, I see each has it's strengths. But that has to drive a lot of doing the same thing twice, in two languages...they both interact with the same data. I would guess time-to-market is important at launch to re…
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#6"The app itself is powered by Laravel, Vue.js, Socket.io, and Node" Is there another Laravel other than the php one? Seems odd to roll out with both php and node.js. I don't know why you would need both. Edit: Yes, I see each has it's strengths. But that has to drive a lot of doing the same thing twice, in two languages...they both interact with the same data. I would guess time-to-market is important at launch to re…
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#7Does this require log in to browse as well? I'd imagine that anonymous read only viewing is larger percentage of the audience.
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#8Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#9Voten seems like it's trying to implement a more democratic system, but who will be pushed into switching over to that?
Re: Voten.co, a Real-Time Reddit Alternative Launches Public Beta
#10"The app itself is powered by Laravel, Vue.js, Socket.io, and Node" Is there another Laravel other than the php one? Seems odd to roll out with both php and node.js. I don't know why you would need both. Edit: Yes, I see each has it's strengths. But that has to drive a lot of doing the same thing twice, in two languages...they both interact with the same data. I would guess time-to-market is important at launch to re…
Laravel can act as the API backend to the frontend (basically a set of REST endpoints that the frontend can talk to), or alternatively the Vue components are used only where heavy client-side interactions are required, while the rest of the pages are still served up by Laravel normally.