Re: [Simpleweb-Support] simple server, mamba
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2005-03-18 00:35:42
|
Hi, I have had a look at you implementation in LUA. Just wondering, you have taken a different approach on a few things, any ideas you think might be useful in Simple? Niall --- PA <pet...@gm...> wrote: > > On Mar 17, 2005, at 04:37, Niall Gallagher wrote: > > > I am currently working on a demonstration package > and an improved > > introduction so that users can get a server up and > running much > > easier. > > Talking of which, albeit slightly off-topic, I'm > somewhat > re-implementing simple-core in Lua [1]. > > Here is a brief illustration: > > -- create the application server > local anApplication = LWApplication.new( "*", 1080 ) > > -- register a service > anApplication.registerService( > LWDirectoryService.new( "/prefix/", > "/Directory/Path" ) ) > > -- start the application > anApplication.start() > > As easy as 123 :) > > Gory details available online: > > http://dev.alt.textdrive.com/browser/LW/ > > As well as a short introduction to Lua: > > http://alt.textdrive.com/lua/19/lua-story-of-o > > Cheers > > -- > PA, Onnay Equitursay > http://alt.textdrive.com/ > > [1] http://www.lua.org/about.html > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support > Niall Gallagher __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |