Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 803 Bytes

Pharo.md

File metadata and controls

21 lines (14 loc) · 803 Bytes

Pharo Smalltalk example server app with SmallJS client

This an example app with a Pharo webserver back-end
and a standard SmallJS browser front-end.
Communication is done through regular web API calls,
so no framework expansions are be needed on either side.

The goal is to provide a quick-start environment for existing Pharo users
that want to have a more native front-end development experience,
as an alternative to using bridging functionality like PharoJS.

Setting up the Pharo server

For help on downloading, installing, setting up and running the Pharo server app,
click here: PharoServer.md

Building and running the SmallJS Pharo client

For help on building and running the SmallJS client app,
click here: PharoClient.md