User:Cylence Quine

From Second Life Wiki
Revision as of 10:20, 2 June 2008 by Cylence Quine (talk | contribs) (New page: = Technologies = These are a few of my favorite things. == Ruby on Rails == An MVC-based Web framework for Ruby. == LSL == The scripting language of Second Life. LSL is used to manipulat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Technologies

These are a few of my favorite things.

Ruby on Rails

An MVC-based Web framework for Ruby.

LSL

The scripting language of Second Life. LSL is used to manipulate nearly anything in Second Life whether that manipulation be visual movement or a prim, texture/color changes or even audio.

Ruby on Rails and LSL combined

Ruby on Rails is a perfect language for making an API. LSL has the ability to both talk to the Internet using HTTP calls (GET, POST, PUT, DELETE) and receive requests from the Internet by starting an XML-RPC server in a prim, making this combination great for creating web services.

Using this combination, one can have in-world prims that can interact with an Internet web site and vise versa.