mirror of
https://github.com/jfilby/nexus
synced 2026-01-03 07:04:48 +00:00
No description
| conf | ||
| data | ||
| docs | ||
| src/nexus | ||
| .gitattributes | ||
| .gitignore | ||
| env.bat | ||
| env.sh | ||
| env.template.bat | ||
| env.template.sh | ||
| LICENSE | ||
| nexus.nimble | ||
| README.md | ||
Nexus Web Framework
Introduction
Nexus provides a high-level web framework for Nim, with batteries included. The goal is to create a similar framework for Nim as Django is for Python or Rails is for Ruby. You can create web apps, web-services and console applications.
The Nexus ORM allows your to define models, currently in YAML. The command-line utility (nexus) generates:
- SQL DDL to create tables and indexes.
- Nim types and procs to create, filter, update and delete records.
See the documentation to learn about Nexus, and how to use it to write web-apps and web-services.
Join the Discord server to chat with other Nexus users.
Status
Nexus is mostly in maintenance mode.
Possible improvements
Related threads on the Nim forum: