Skip to content

Instantly share code, notes, and snippets.

@eMaringolo
Created May 28, 2012 02:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eMaringolo/2816862 to your computer and use it in GitHub Desktop.
Save eMaringolo/2816862 to your computer and use it in GitHub Desktop.
The simplest hello world server using Zinc HTTP Components <http://zn.stfx.eu/zn/index.html>
(ZnServer startDefaultOn: 1701)
onRequestRespond: [ :request |
ZnResponse ok: (ZnEntity text: 'Hello World!') ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment