GwynethLlewelyn / goslrental

A Go implementation of a rental system for Second Life and OpenSimulator. (mirror)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goslrental

A Go implementation of a rental system for Second Life and OpenSimulator.

goslrental logo

It's still under construction. It uses github.com/cznic/ql as a simple database implemented in Go (as opposed to SQLite which is buggy with goroutines) but accessing the database is made through 'standard' commands via the database/sql package for portability with other database engines.

The purpose of this package is to show how to integrate Go with Second Life/OpenSimulator.

For now, these instructions are minimalistic; I'll update them to actually be useful (hopefully soon (well, not that soon...)).

Licensed under the BSD 3-clause license (you can basically do whatever you wish with this code so long as you keep the attribution).

XMPP address

About

A Go implementation of a rental system for Second Life and OpenSimulator. (mirror)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 55.8%Language:Smarty 36.7%Language:CSS 7.5%