0.5.0 • Published 7 years ago

resonance-js v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Resonance JS

  • Using Express and SocketIo
  • Real-Time App
  • Typescript
  • Works with it own Module System

Architecture

# Project
my-project/
    app/
        config/
            config.json     # json modules configuration
            Routing.ts      # Load Modules routes
        AppKernel.ts        # Register Modules
    bin/                    # WIP
    src/
        AppModule/          # Create your own modules
        OtherModule/
    node_modules/           # Use community resonance modules
    .gitignore
    app.ts
    package.json
    tsconfig.json

# Module
AppModule/
    Controller/
        PostsController.ts          # Create your controllers
    Resources/
        config/
            routing/
                PostsRouting.ts     # Bind routes to controller action
            Router.ts               # Expose all your routes
        public/                     # Expose static files
        views/
            posts.pug               # Create your own views
    AppModule.ts
0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago