From 4f08a4df6a1387e75288d6224743745786f9eb9a Mon Sep 17 00:00:00 2001 From: surfskidude Date: Tue, 4 Feb 2025 20:10:23 -0800 Subject: [PATCH] Adding BAS and Xedge32 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90e0690..edb359f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A curated list of awesome Lua frameworks, libraries and software. +* [Barracuda App Server](https://github.com/RealTimeLogic/BAS) - A web and application server designed for embedded systems with a Lua framework called [LSP](https://realtimelogic.com/products/lua-server-pages/). +* [Xedge32](https://github.com/RealTimeLogic/Xedge32) - An IoT and Web development environment designed for the ESP32 microcontroller. * [NvChad/NvChad](https://github.com/NvChad/NvChad) - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience. * [LunarVim/LunarVim](https://github.com/LunarVim/LunarVim) - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. * [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Find, Filter, Preview, Pick. All lua, all the time.