Giter VIP home page Giter VIP logo

nails-boilerplate's People

Contributors

dependabot[bot] avatar stantonwjones avatar

Watchers

 avatar  avatar

nails-boilerplate's Issues

install locally

Global install should only be for command line. Every nails application should have a package.json installed locally.

revert global variable

remove global Nails variable. Each portion of the application should be modular. Makes for easier testing and functional specing.

Default Generator

create a default generator for the application. Should create default file structure for the application as presented in example.

Nails.UTIL Object

Should contain functions for use throughout the Application. string modification, path formatting, header manipulation, etc...

Event Driven Controllers

add an eventer and corresponding accessor methods.
should be able to support events like 'error', 'not found', '404', '500', 'render', and 'redirect' events.

Pass response object to controllers so that the router can be garbage collected faster

render event would handle writing to the response

MongoDB

integrate use of mongodb. Add application config for db. Setup ensure statements in nails.

Implement Mime Types

Use mime-types configuration file to store file types and their conent-type information. This should be used in the controller.file method to determine where to look for the static asset.

Back with express

change the webserver handling to use express. Create a routes file which executes like rails routes.rb

Return xml

Allow XML and snippets to be returned to client

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.