/Cobra-On-C-

Web Developer Framework for C/C++

Primary LanguageC++

Cobra-On-C-

Web Developer Framework for C/C++

A simple MVC Web Developer framework using C/C++. Proposed Designs:

  • Clean Support and Interface for Relational Database
  • Clean Support and Interface for Non-Relational Databases
  • Clean queries prior to executing database queries
  • Add a middleware
  • Add a static pages templating system in views
  • Scaffolding style design

Current things in the works:

  • Finish up Entry point code (main function)
  • Finish up routes.h
  • Write script that can auto-generate code that initializes all of the controllers