Giter VIP home page Giter VIP logo

hashinator's Introduction

Hashinator

Check out the demo at https://hashinator.herokuapp.com

An Elance testing framework, originally forked from LuckyLadyGame's Coffee-Express framework.

Demonstration

  • Implement a SHA256 AJAX endpoint
  • Implement an scrypt AJAX endpoint
  • Integrate output into frontend code
  • Change the dl/dd/dt tags to a table

Extra Points

  • implement CSS to make the site look nicer

about coffee-express

This is how I like to lay out my Express + CoffeeScript projects. It uses CoffeeScript instead of JavaScript and it has bits to make the coffeescript compiling as transparent and frictionless as possible.

For backend development, instead of node server.js we can run coffee server.coffee. All the node.js bits inside still work the same but we do not need to compile the coffeescript first.

For frontend development, the express middleware, connect-coffee-script that compile and cache CoffeeScript just in time. The same goes for the stylus css generator. Just write your code in CoffeeScript or Stylus and ask for them as .js or .css files.

Application Layout

app/                    <- the application
    libs/               <- put misc. libraries in here 
    routes/             <- organize express routes in here
    views/              <- jade templates ...
    public/             <- public files (or ment to be public)
        src/            <- coffeescript/stylus source files
        generated/      <- generated coffeescript files ...
        static/         <- static, public files (.png, .js, .css, etc.)
    index.coffee        <- main entry point into the Application
docs/                   <- generated documentation
test/                   <- tests go in here
server.coffee           <- starts the web server(s)
Cakefile                <- App. specific tasks
package.json            <- mmm. npm package definitions

LICENSE

MIT

hashinator's People

Contributors

sunnydyal avatar

Watchers

 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.