cuis-web

Description

Microframework web for cuis smalltalk

Details

Source
GitHub
Dialect
cuis (65% confidence)
License
MIT
Stars
4
Created
March 30, 2019
Updated
Feb. 17, 2026
Topics
cuis-smalltalk framework server-side-rendering smalltalk web

README excerpt

<p align="center"><img src="assets/cuis_web_logo.png" width="150" alt="Cuis web logo"></p>

**Cuis Web** is a microframework web for [Cuis Smalltalk](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev) that includes everything needed to create web applications according to the [Model-View-Controller (MVC) pattern](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller).

## Getting Started

1. You'll need to download Cuis Smalltalk, you can follow the [official Cuis Smalltalk guide](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev#setting-up-cuis-in-your-machine).
2. Once you have Cuis Smalltalk running you have to drag and drop the [Cuis-Web.pck.st](https://github.com/gstn-caruso/cuis-web/blob/master/Cuis-Web.pck.st) inside Cuis.
3. Start the server performing `CuisWebApplication start` on a workspace.
4. Go to http://localhost:8080

## I want to know more!

You can go to [the wiki page](https://github.com/gstn-caruso/cuis-web/wiki) to learn how to do more.
← Back to results