kinesis
kinesis

Reputation: 157

If I wanted to use Lua for Web Development, how would I go about do it, and should I just use Rails instead?

I wanted to get the excitement of learning a new language. I was thinking of developing a site using Lua. My questions and concerns:

  1. Should I do it, or should I stick with something like Rails.
  2. What do I use to render Lua into dynamic websites?
  3. What IDE would I use?

Upvotes: 0

Views: 347

Answers (2)

daurnimator
daurnimator

Reputation: 4311

The old lua web framework was kepler; their MVC framework being orbit

You can also check out Tir

You can use any 'IDE' you want, most just stick with their favourite (programmer's) text editor. (if it helps, I use sublime)

Upvotes: 2

name5566
name5566

Reputation: 91

You can use Lua for web development. Try the Kepler(http://www.keplerproject.org/). You can use gVIM.

Upvotes: 0

Related Questions