[lively-kernel] How to make seaside serve LK?

Bert Freudenberg bert at freudenbergs.de
Sat Jun 26 12:47:37 CEST 2010


On 26.06.2010, at 09:54, Lawson English wrote:

> The title says it all. It seems perfectly doable on its face, but I'm 
> not sure how to get started.

From the server's point of view, LK is just a bunch of files. They get downloaded when running LK, and uploaded when saving. You can use Seaside to serve them, sure, but it's overkill.

You should figure out first what you want the Seaside app to do. For regular LK, all the logic is performed client-side. You do not need complex server-side logic, which is what Seaside is good at. A "dumb" server is totally sufficient.

If you want to learn how to serve files using Seaside, that has nothing to do with LK itself. So please ask on the Seaside mailing list, not here.

- Bert -



More information about the lively-kernel mailing list