Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipedaragon committed Mar 12, 2014
1 parent c34c95f commit f50bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Lua@Client can be used with mod_lua, CGILua and projects that use the `lp.lua` l

To make the client-side Lua usage possible, the project integrates and extends the Lua VM in JavaScript developed by Alexander Gladysh (@agladysh), allowing initial usage of browser-specific JavaScript objects (such as `document`, `window`, etc) from Lua. You can also use this without any preprocessors, from static HTML pages (see the examples folder for some simple example usage).

Lua@Client also provides on-the-fly conversion methods of Lua libraries to JavaScript. This allows you to serve and load Lua libraries over the web without having to manually pack them as JavaScript files.
Lua@Client also provides on-the-fly conversion of Lua libraries to JavaScript. This allows you to load files and modules via a standard `<script>` tag.

## Development Status #

Expand Down

0 comments on commit f50bed4

Please sign in to comment.