[self-interest] web server

Pavel Krivanek pavel.krivanek at gmail.com
Wed Sep 22 10:32:58 UTC 2010


Hi,

to load it evaluate:
'webserver.self' runScript

webserver registerServlet: (webserver exampleServlets lobbyBrowserServlet
copy) At: 'lobby'.
webserver start.

then look at: http://localhost:8080/lobby

<http://localhost:8080/lobby>For more information see the object webserver

-- Pavel

On Wed, Sep 22, 2010 at 11:36 AM, Jason Grossman <spam-me at xeny.net> wrote:

>
>
> Sorry for the newbie question but, would you believe, I can't work out how
> to file in that file into a snapshot? I've read the online documentation,
> and I can see how to file OUT a module, but unless I've missed something
> (very possible) those instructions don't cover going in the opposite
> direction.
>
>
> Jason
>
> On 20/09/2010, at 11:52 PM, Russell Allen wrote:
>
> > Hi Jason,
> >
> > A web server is pretty easy - no external functions needed. I've attached
> a simple one I did a while back - it probably doesn't work properly but it
> should give you the idea.
> >
> > If you do write one, please share it!
> >
> > Russell
> >
> >
> > <webserver.self>
> >
> > On 20/09/2010, at 11:57 AM, Jason Grossman wrote:
> >
> >> Hi all.
> >>
> >> I've been wondering whether it would be easy to write a web server in
> Self. Looking at the documentation, I can't see any reference to useful
> primitives for this. Am I missing something? Or would it have to be done by
> calling out to external functions written in e.g. C?
> >>
> >> Thanks
> >>
> >> Jason
> >
>
>  
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.selflanguage.org/pipermail/self-interest/attachments/20100922/d4de4b02/attachment.html>


More information about the Self-interest mailing list