A modular Web framework based on actions, to create Web APIs easily


Keywords
api, web framework, stellar, rest, http, https, tcp, action, task, websocket, framework
License
MIT
Install
npm install stellar-fw@1.4.6

Documentation

Build Quality Coverage License Npm Version

Supporting Stellar

Greenkeeper badge

Stellar is an MIT-licensed open source project. Further development is only possible through funding. If you like the project, check out Stellar's Patreon campaign.

Intro

Stellar is a web framework that makes it easy to build modular APIs. It is designed to follow an action based pattern that makes it possible to isolate logic in small structures. Core features include:

  • Extremely modular
  • Lean and extensible core
  • Command line tool to workflow optimization
  • Native support for HTTP, WebSocket and TCP connections
  • Powerful and simple to use Validation system

Note that Stellar only supports Node.js version 7 or upper.

Questions/Issues

For questions and support use the issue list of this repository. The issue list also must be used for bug reports and feature requests.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Details changes for each release are documented in the release notes.

Stay In Touch

For latest releases and announcements, follow me on Twitter: @gil0mendes.

License

MIT

Copyright (c) 2015-Present Gil Mendes