Unpoly is an unobtrusive Javascript framework for applications that render on the server. It allows your views to do things that are not normally possible in HTML.
Unpoly for Seaside is an add-on library for Seaside which provides easy access to Unpoly's core features using familiar Smalltalk and Seaside code patterns.
- Install Pharo (currently tested with Pharo 13)
- Evaluate:
Metacello new
repository: 'github://rko281/Unpoly-Pharo:main';
baseline: 'Unpoly';
load: 'default'- All required packages and prerequisites (including Seaside and Seaside-Bootstrap5) will be downloaded and installed.
- Ensure the Seaside web server is running
- Open your browser on http://localhost:8080/unpoly/introduction to try the examples
The examples browser demonstrates most of the wrapped behavior. Browse UpExamplesBrowser for further information.