Socket
Socket
Sign inDemoInstall

necro-framework

Package Overview
Dependencies
348
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    necro-framework

Necro is a data-first Node.js application framework. Start by designing your database schema and building an application on top of the auto-generated GraphQL schema and types. Business logic can be added as needed on top of the generated API.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Necro Framework

Necro is a data-first Node.js application framework. Start by designing your database schema and building an application on top of the auto-generated GraphQL schema and types. Business logic can be added as needed on top of the generated API.

To understand how to use Necro, take a look inside the example folder.

##Features:

  • Auto-generated GraphQL schema from database schema
  • Built on top of Fastify for performance
  • Light-weight with minimal overhead
  • Designed to do as little "magic" as possible

Roadmap:

  • Viewer wrapper around all GraphQL types (possibly, only Relay needs this AFAIK but it's worth investigating to see why this is such a common pattern / what it brings to the table)
  • Command line utility to create a new application powered by Necro
  • Comment / document all code, clean up sketchy stuff
  • Add API for middleware loading
  • Add developer goodies, like integrated nodemon (configurable) and a live-reload GraphQL
  • Add real-time support, preferably through GraphQL
  • Add support for Mongoose in place of Sequelize :/
  • Ensure we didn't write any slow code
  • Unit tests to ensure that core functionality works
  • Finish up the example application
  • Publish to NPM and Github

FAQs

Last updated on 13 Dec 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc