Cuis Web is a microframework web for Cuis Smalltalk that includes everything needed to create web applications according to the Model-View-Controller (MVC) pattern.
- You'll need to download Cuis Smalltalk, you can follow the official Cuis Smalltalk guide.
- Once you have Cuis Smalltalk running you have to drag and drop the Cuis-Web.pck.st inside Cuis.
- Start the server performing
CuisWebApplication start
on a workspace. - Go to http://localhost:8080
You can go to the wiki page to learn how to do more.