Path

Squeak

Actions

Session

Login

Internet

Internet Integration

Squeak provides programatic access to the networking environment of your computer at all levels, from high level object passing and protocols such as HTTP/FTP to low level socket communication. Current sockets are designed to support the TCP/IP and UDP protocols, and higher level protocols include POP3 (mail retrieval), SMTP (mail posting), HTTP (web browsing), and NNTP (network news).

Internet Utilities

Squeak includes many features in the default image to integrate it with the Internet. These include:

  • Celeste - an email reader
  • Scamper - a web browser
  • Telnet - a (very) basic telnet client
  • IRC - a working IRC client
  • Nebraska - shared morphic world, server and client
  • Seaside is a framework for developing sophisticated dynamic web applications
  • AIDA/Web is a web framework and application server for complex web applications
  • KomHttpServer - Squeak's native HTTP server
  • Swazoo is a portable Smalltalk web server

The Weekly Squeak