Anyone who can write an APL function should be able to host it on the web.™
| Rendered webpage  | 
			APL code  | 
		
:Class ejTagCloudSimple : MiPageSample 
⍝ Control:: _SF.ejTagCloud 
⍝ Description:: Display a tag cloud of object sizes in MiServer's workspace 
  
    ∇ Compose;data;tc 
      :Access public 
      data←↑{⍵(⊃#.⎕SIZE ⍵)}¨(#.⎕NL ¯9)~'Boot' 'SALT' 'Pages' 
      ('tc1' Add _.ejTagCloud data).Set'titleText' 'Class Sizes' 
    ∇ 
 
:EndClass