|
|
|
|
|
by WalterGR
5692 days ago
|
|
SproutCore + Hunchentoot + MongoDB is it right choice? Even then you're not yet off to the races. In particular, Hunchentoot's session management capabilities are anemic out of the box. I haven't seen any drop-in replacements, so you're looking at reinventing at the very least this extremely core part of any web development stack. Hunchentoot also doesn't have any built-in capabilities for handling updates to the website's source code. |
|
Do you mean user authentication? What would be really nice to have is a user authentication library that offered a generic protocol that could be used with several web servers and persistence mechanisms.
"Hunchentoot also doesn't have any built-in capabilities for handling updates to the website's source code."
You just load the new code and it works.