Skip to content
Sudheer edited this page Apr 3, 2023 · 19 revisions

service_utils is a layer of lua code in evlua

The lua components built on top of evpoco provide an interface to evpoco components to lua and provide certain additional features, together necessary for developing a evlua "web application" as well as a "standalone application".

The general assumption in the applications is that IO is event driven and cooperative multi-tasking is achieved, while having a fixed number of underlying OS threads.

The library itself depends on a host of other libraries listed within this document. Most significant ones being luaffifb, lua_schema, efio

Components
  1. common
  2. jwt
  3. WS (Web Sockets)
  4. email client
  5. schemarules
  6. orm
  7. db
  8. REST
  9. Package

Clone this wiki locally