-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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