0.0.16 • Published 3 months ago

@ckenx/node v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Kenx for JS

Development frameworks built for speed setup and delivery of any kind of javascript applications.

Usage

Check the full documentation.

Feedback

Feedbacks are all welcome. Kindly report any encounted Issues here and we'll be glad to work on it right away. Thank you.

Contribution

For those who would like to contribute, please do not esitate at all. Create a fork of the project, do your thing, send a PR and we'll get along from there.

Kindly check our guidelines and Code of Conduct for CONTRIBUTORS.

Development roadmap

  • Project
    • Architecture & Components
    • Command line Interface
    • Generate project commands
  • Environment
    • .env file strategy
    • package.json addon fields
    • Linting configuration
    • Runtime dependencies
    • Programming language support
      • Typescript support
        • tsconfig.json configuration
        • Alias directory path & import support
        • Kenx namespace
        • Kenx @types
    • Debugger
  • Setup Configuration
    • .config directory structure & file spliting strategy
    • yaml & json extension file format
    • Cross-file configuration block referencing
  • Setup Manager
    • Configuration loader
    • Cross-file configuration reference resolver
    • Project's root directory specs
      • Singleton - Single entrypoint
      • Model View Controller (MVC) pattern
    • Import plugin handler
  • Core
    • Boilerplate creator
      • Runtime based dependencies loader
      • Services autoloader
      • Services dispatcher
  • Adapters
    • SRIB - Singular Runtime Interface Bridge
      • Global properties
      • Features
    • Wrappers
      • Uniform interfaces for Services & Resource
      • Application Request & Response handlers
  • Services & Resources
    • Plugin support
    • Servers
      • Plugin support
      • Configure & create a server
      • Server-to-Server Binding
      • Server management interface object: Deploy, Control, Drop
      • Exceptions & Errors handler
    • Applications
      • Plugin support
      • Configure & create an application
      • Application management interface object
      • Application Context Inspector (ACI) - Build into wrappers
        • Endpoint composites mirror function
        • Request & response flow monitor - hot trackers
        • Control & Events interface to
          • UI profiler
          • Unit test generator
          • SDK generator
      • Exceptions & Errors handler
      • Security features
        • Request data parsers
        • Trust proxy
        • CORS
        • Frame guard
        • XXS guard
        • Content Security Policy
      • Trafic Logger
      • User Session Manager
        • Use Local session
        • Use Session Store
        • Cookie management
      • Assets & Storage Manager
        • Static file server
        • CORS asset proxy
        • Local & Cloud storage handler
        • Multipart Upload handler
        • Download asset controls
      • API Compliance
        • API Profile
        • Rate Limit
        • Maintenance Stage Mounting
      • API Authentication Proxy
    • Databases
      • Plugin support
      • Configuer & mount database
      • Database management interface object: Connect & Disconnect
      • Exceptions & Errors handler
    • Service Workers
    • User Interface
      • Configuer & mount UI asset bundlers
      • Design framework integration
      • UI component & flow Testor
  • Plugins
    • In-build directory structure, grouping rules & guidelines - From ./src/plugins folder
    • External installation from NPM - from ./node_modules folder
    • Import strategy
    • In-Build
      • HTTP Server
      • Socket.io Server
      • WebSocket Server
      • Proxy Server
      • Express framework & extensions
      • Fastify framework & extensions
      • MySQL database client
      • Mongo database client
      • Redis database client
      • Webpack Bundler & extensions
      • Vite Bundler & extensions
      • EJS UI Engine
      • React UI Engine
      • MarkoJS UI Engine
      • Tailwind CSS Engine
      • UI Framework integration schema & handler
      • SEO Meta generator
      • Fake data generator
      • Jest Testor
      • Mocha Testor
      • Selenium Test Kit
      • OAuth2.0 - OpenID provider
      • Wilcard SSO strategies support
  • UI Development Kit
    • Plugin support
    • Error Profiler
    • UI Builder Sandbox
      • Custom styles, Fonts & theme generator
      • UI components & pages designer
      • Reusable widgets/view & templates
      • Accessibility tools
      • Live collaboration tools
      • UI components marketplate
    • Easy Documentation access
      • Search engine (Online contents)
      • Errors & Features linkage
    • Collaboration forum (Online only)
      • Find & Post issues & comments
      • Direct sync with Github
  • Test kit
    • Plugin support
    • Linting test & fix
    • Unit test auto-generator
      • Connection to ACI
      • Snippet bank base on selected test library
      • Test code & files generator
    • Run Test commands
  • Deployment kit
    • .env runtime configurations
    • Linting configuration & tools
    • Development & Production deployment commands
    • Prepack/Linting/Compile/Build project configuration & run commands
    • Containerization configuration & run commands
    • CI/CD deployment pipeline configuration & run commands
  • SDK generator
    • Plugin support
    • Connection to ACI
    • Code & files generator

It's not a fully completed roadmap. More features will be added as implementation goes on. Also, some aspects will be much more elaborated on, if the requirements or the needs change. The team will also share updates in case any major features overtaken by contributors must face some sort of change.

License

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.