|
|
|
|
|
by LCHK
1578 days ago
|
|
Hi there, throwing my hat into the ring. :) We're developing a language-independent "low-code" environment that's very much made for coders. Website is www.five.co To give a few examples:
1. For your database, you can either import an SQL dump, or you can create the tables, relationships, etc. in point-and-click. We're using MySQL by default, but are database-agnostic.
2. You can write queries in SQL and use the result of these queries for things like charts, tables or dashboards.
3. You can write JavaScript, TypeScript and C# to create functions or processes used by your app. In the future, any language that can be compiled to WebAssembly can be used inside Five. We use Google's V8 engine for this. We also support libraries and plug-ins.
4. The GUI is provided by Five. All you've got to do is give it a theme in CSS or point-and-click. The GUI is responsive. We use Material UI.
5. Each app comes with three environments (dev, staging, production). All apps are containerized. We're using K8. Our idea is to give developers a tool that let's them code as much as they want to, but provide "no-code" options for the more tedious tasks of development. We don't have a trial on our website yet, but feel free to contact me and I can give you access to a training account. |
|