concurrentlua
Concurrent framework
A system for implementing concurrent programming in the Lua language using message-passing primitives and asynchronous model.
Concurrency oriented programming in Lua
159 stars
17 watching
12 forks
Language: Lua
last commit: about 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
| Provides a data structure and framework for monotonically-growing concurrent programs | 80 |
| An OpenResty-based Lua framework for building web applications. | 11 |
| A library that enables concurrent programming in Lua by providing support for coroutines and message passing between independent processes. | 119 |
| Provides a bridge between Haskell and Lua programming languages | 130 |
| A lightweight framework for creating USB devices and hosts on AVR microcontrollers | 1,040 |
| A Lua-based web framework that extends Redbean's capabilities to create a fast and minimalistic web application | 689 |
| A lightweight multithreading library for Lua | 469 |
| A lightweight concurrency framework for C++11 | 1,356 |
| A Lua-based library for structured async/ concurrency in Neovim | 13 |
| A Lua web framework built on top of ngx-openresty, providing a basic implementation of the Model-View-Controller (MVC) pattern and support for multiple applications. | 9 |
| A lightweight web framework built on top of OpenResty Lua, automating the generation of configuration files and frameworks for building web applications. | 7 |
| A .NET wrapper that enables C# developers to use Lua scripts and functions directly from their applications. | 2,056 |
| A Lua module providing a basic class system with inheritance, mixin implementation, static variables, and metamethods. | 875 |
| An epoll/kqueue-based web server with Lua coroutine support for handling multiple concurrent connections. | 528 |