Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

neonode

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neonode

Neon.js / NodeJS MVC stack for web apps

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Neonode is a Neon.js powered MVC stack.

Usage

npm install -g neonode

neonode --init

Fill the prompts and this will create a project in the directory specified

Requirements

Install node module dependencies

npm install

Install Redis (optional)

brew install redis

Install MySQL or Postgres (optional)

Install webpack as a global npm module

npm install webpack -g

Setup

Once a new project is created:

cp config/config-example.js config/config.js

Edit config.json as needed.

Run the server

redis-server
webpack -d -w
node bin/server.js

Database Migrations

Neonode uses Knex to access databases and you can use it to generate queries and migrate the DB. Read Knex Migrations

Controllers Generator

For Restful and non-Restful controllers run:

neonode --create controller

Models

neonode --create model

Examples

Contributing and Feature Requests

You MUST read CONTRIBUTING.md before you start filing a issue or making a Pull Request.

Credits

Neonode is possible thanks to these wonderful libraries

Neon

Thulium

Lithium

Argon

Fuorine

Cobalt

Keywords

FAQs

Package last updated on 16 Mar 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc