Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellarfw/stellar
A modular action based Web Framework for Node.js
https://github.com/stellarfw/stellar
api framework stellar
Last synced: 6 days ago
JSON representation
A modular action based Web Framework for Node.js
- Host: GitHub
- URL: https://github.com/stellarfw/stellar
- Owner: StellarFw
- License: mit
- Created: 2015-12-14T12:27:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T23:07:03.000Z (15 days ago)
- Last Synced: 2025-01-28T00:22:27.022Z (15 days ago)
- Topics: api, framework, stellar
- Language: JavaScript
- Homepage: https://stellar-framework.com
- Size: 3.71 MB
- Stars: 38
- Watchers: 6
- Forks: 4
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Supporting Stellar
[![Greenkeeper badge](https://badges.greenkeeper.io/StellarFw/stellar.svg)](https://greenkeeper.io/)
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](https://www.patreon.com/gil0mendes).
## 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](https://stellar-framework.com/guide/validation.html)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](https://github.com/stellarFw/stellar/blob/dev/.github/CONTRIBUTING.md) before making a pull request.
## Changelog
Details changes for each release are documented in the [release notes](https://github.com/stellarFw/stellar/releases).
## Stay In Touch
For latest releases and announcements, follow me on Twitter: [@gil0mendes](https://twitter.com/gil0mendes).
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2015-Present Gil Mendes