Git Product home page Git Product logo

bayside's Introduction

Build Status

BaysideJS

Installation

$ npm install bayside

Features

  • Very minimal, high performance Node framework
  • Built for single page app's
  • The entire project is one file for easy debugging
  • Everything is optional from templates to single page app's
  • Built as a simple server side API for modern app's using React or Angular

Security Issues

If you discover a security vulnerability in Bayside, please see Security Policies and Procedures.

Instructions:

In the folder where you want your project to be located, run this command to spin up the sample Bayside app.

$ npm init
$ npm install --save bayside

Add bayside to your package.json scripts

$ "bayside": "bayside"

Now bayside can be found in your local node_modules folder. Create a project named app.

$ npm run bayside createProject app

Start the server:

$ node app.js

Philosophy

The entire philosophy behind Bayside is to do the absolute minimum for the developer.
The main idea is to prevent as much black box magic as possible so the developer has absolute control.

Bayside is not a full stack framework. If you want it to be a single page application using Angular, React or Knockout, well that's up to you. If you wish it to be a standard content website that's up to you as well.
Do whatever you want with Bayside.

Examples

examples will be provided soon.

Tests

tests will be provided soon.

People

The original author of Bayside is Chris Hawkes

License

MIT

bayside's People

Contributors

chawk avatar phenax avatar

Watchers

James Cloos avatar Kumara Kempugowda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.