Community Page
- britg.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- You may also want to look at the open source M/DB:X which is an HTTP-interfaced hybrid JSON/Native XML Database. JSON objects are converted to and stored as XML DOMs which can be analysed,...
- Very cool, will watch its progress on github :) I like the Sinatra-esque lightweight approach.
- check out http://github.com/visionmedia/express/tree/master might like ;), I just started it but contribution would be great, building a framework on node.js is sexxxxy
- True, I plan to make some updates, the first of which is to use POST on the /join URL and enforce it. Also, I will implement a reaper process to clear stale joins.
- Nice article! But a very bad idea to show HTTP example code completely ignoring request verbs. People will copy that :-/ And don't make people join on GET, use PUT to join, DELETE to unjoin.
6 months ago
6 months ago
that this was for! I really hope to revisit soon.
6 months ago
I have seen some posts on a forum of people trying to do the same thing. I don't think it can be too difficult - A matter of an afterFind callback in Cake I suppose once th e User is found?
not sure about the BB Press end as I have not used it yet, although it looks promising compared to other forum choices. Any thoughts?
Luke
6 months ago
cookie mechanism i'm already using in my cake app - namely the cookie
handler. I usually dont rely just on Sessions for my user login, but set a
cookie also.
I would extend the Cookie handler built into cake to tap into the same
libraries that BBPress is using (either by duplication or inclusion), and
when I set my cake cookie I also set a BBPress cookie, and a session
variable if BBPress requires one.
Hope that helps - and yes, I apologize that I have not finished part 3 - it
kills me as well!