JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q45036F
  • License SEE LICENSE IN https://github.com/hapinessjs/hapiness/blob/master/LICENSE.md

Core of Hapiness framwork

Package Exports

  • @hapiness/core/core/decorators
  • @hapiness/core/core/di
  • @hapiness/core/core/metadata
  • @hapiness/core/httpserver

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hapiness/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Web and services application framework

It provides a real enhancement for building web servers and it enables to build modules, services, etc. quickly.

It has a stable and tested dependency injection system thanks to Angular.

Better development experience with typings, maintainability, improvement of productivity and a common project structure.

Everything in a single uniform framework.

Table of contents

Technologies

  • Typescript
    • TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • RxJS
    • RxJS is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators.

All those technologies are Typescript ready. It will help to build web servers and maintain them easier.

Back to top

Using Hapiness to create a web server and services

yarn or npm it in your package.json

$ npm install --save @hapiness/core rxjs

or

$ yarn add @hapiness/core rxjs
"dependencies": {
    "@hapiness/core": "^2.0.0",
    //...
}
//...

Back to top

Maintainers

tadaweb
Julien Fauville Antoine Gomez Sébastien Ritz Nicolas Jessel

Back to top

License

Hapiness Licensed under the MIT license.

Back to top