Skip to content

jfilby/nexus

Repository files navigation

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: