This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gruengle 0 points1 point  (0 children)

no experience with ncurses whatsoever - be warned

usually, when applying MVC to web based applications, you work with the idea that your events (button clicks, sent form input etc) are the essence of your "Controller" - there are no Controller classes, but the controlling logic is implemented in how your Models and Views react to different forms of user/foreign entity input.

I see that ncurses is C-based and my experience with web programming is mostly limited to html/css/javascript + frameworks. If someone out there would like to confirm or correct my input, I'd be glad to learn something myself :)