Socket
Book a DemoInstallSign in
Socket

@edenjs/framework

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edenjs/framework

Web Application Framework built on Express.js, Redis and RiotJS

latest
Source
npmnpm
Version
2.0.31
Version published
Maintainers
2
Created
Source

EdenJS

bitHound Overall Score Issues Dependencies License Awesome

Awesome isomorphic NodeJS skeleton for structured applications. Just have a look at the "bundles" that make up an EdenJS application.

Getting Started

These instructions will get a copy of the project up and running on your local machine.

See deployment for notes on how to deploy the project.

Prerequisites

Required software to install and run EdenJS:

Installation

// Deploy EdenJS
git init; git remote add origin https://github.com/eden-js/eden.git; git pull;

Running the tests

// Test EdenJS with NPM
npm test;

Deployment

// Install (for production)
gulp install;

// Run in production
node app;

Tutorial

A basic tutorial on how to get started with EdenJS is available: TUTORIAL.md

Built With

  • Express - Fast, unopinionated, minimalist web framework for Node.js.
  • socket.io - Node.js realtime framework server.
  • Riot.js - Simple and elegant component-based UI library.
  • Mongorito - MongoDB ODM for Node.js based on ES6 generators. No callbacks or promises.

Versioning

We use SemVer for versioning.

Authors

  • Alex Taylor - Lead Developer - EdenCoder
  • Jack Taylor - Developer - OhYea777
  • Mike Mackenzie - Documentation / Developer - veb

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

FAQs

Package last updated on 24 Dec 2018

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