Git Product home page Git Product logo

devxbase's Introduction

DevxBase

DevxBase is a code generation tool. Based on an entity model, this tool will generate code for the following layers:

  • Server

    • Microsoft .Net Core (using C#)
    • Node.js (using TypeScript)
  • Client

    • HTML (Browser)
    • Cordova (Mobile)
    • Electron (Desktop: Windows, Mac, Linux)

##Areas

The following areas will be covered

  • Application service (application entry point)
  • Entity POxO - plain old C#/TypeScript objects
  • Entity specification
  • Entity validation
  • Entity service
  • Entity repository (interface)
  • Infrastructure context
  • Infrastructure repository

##Our Plan

We use Microsoft Visual Studio Code as the development plattform.

There is a GUI available, which will help configure the generator configuration files.

The server side code is implemented twice, once with C# (.NET Core) and once with TypeScript (Node.js). The reason for this is a proof of concept. We would like to proof:

  • can we have the same principles for C# and Node.Js components?
  • how about business logic, how about integration (databases, etc.)?
  • how does this feel ;-) ?

We will use DDD (Domain Driven Design) principles.

As the data store we will use MS Sql, MySql, MonoDb.

The client side code is implemented with HTML, CSS and TypeScript. We use different technologies to have the application running in the browser, on mobile devices (Android, IOS and Windows) and on desktops (Linux, Mac OSX and Windows). The goal is to only implement the GUI once and deploy the 'same' source files to the different environments.

##Help needed

We are in the process of figuring out, which technology to use here. At the moment we are evaluating solutions with TypeScript as a language, Json as configuration files, template files are just plain text files. But which template language should be used? Frist we will have a try with yeoman.

If you are interessted in helping out, please leave a message. Thank you!

#generall

devxbase's People

Contributors

iwhp avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.