0.8.0 • Published 3 years ago

@sensejs/http v0.8.0

Weekly downloads
58
License
ISC
Repository
-
Last release
3 years ago

SENSE.JS

Maintainability Test Coverage

SENSE.JS is a flexible IoC Framework.

This framework aims to provide an enterprise Typescript framework, based on inversify-js to provide the ability of Dependency Injection, providing common components for web application development like HTTP support while keep extensibility to make end-user fit their own need.

WARNING: This project is still not stable yet.

Hello world

import {Application, HttpModule, Controller} from '@sensejs/framework'

@Controller()
class WebController
{
  @GET('/')
  handleGet() { 
    return "hello world";
  }
}

@HttpModule({components: [WebController]})
class Web { }

new Application(Web).start();

TODO:

  • Complete HTTP Module
    • Routing
    • Request mapping
    • Content type
    • Error handling
    • Cookie and header
    • Websocket
  • Kafka Module
    • Consumer
    • Producer
  • Integrate TypeORM
  • Redis
0.8.0

3 years ago

0.8.0-alpha.3

3 years ago

0.8.0-alpha.2

3 years ago

0.8.0-alpha.1

3 years ago

0.7.5

3 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.3.0-0

4 years ago

0.2.1

4 years ago

0.2.0-1

4 years ago

0.2.0

4 years ago

0.2.0-0

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.1.0-0

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago