Swazoo 2.1 web server released

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Swazoo 2.1 web server released

Janko Mivšek
Dear Squeakers,

New Swazoo 2.1 is released, with an easier startup as a main new
feature. Now you can start simply by:

     SwazooServer startOn: somePort

and Swazoo will start listening on all IP interfaces on your machine. It
will also ignore host in web requests. This is very handy for running
Swazoo behind load balancers and is the same as WAKom startOn: somePort
on Commanche.

This version is also much improved in terms of serving directly to the
wild wild Internet.

It is available here:

   o Damien's squeak-web image: http://squeak.ofset.org/squeak-web/
   o Universes: Network, Swazoo version 2.1
   o SqueakSource: http://www.squeaksource.com/Swazoo.html, Releases,
        Swazoo.2.1.mcz

See http://www.swazoo.org for more

Swazoo can be now used as a web server for two web frameworks:

   * Aida/Web: On Squeak and VisualWorks: load version 5.4 or later
   * Seaside 2.8, 2.9: On Squeak load from Universes
        (Web development beta): Seaside-Adapters-Swazoo

For instance, on Damien's squeak-web you can now run both web frameworks
side by side:

   SwazooServer demoStart then open http://localhost:8888
   SwazooSeaside startOn: 8088 then open http://localhost:8088/seaside

Best regards
Janko Mivšek
Maintainer of Swazoo
_______________________________________________
Announcements and News from the Squeak Community
Squeak: http://squeak.org/
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/announcements