Git Product home page Git Product logo

kylef / ledger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ledger/ledger

0.0 0.0 0.0 16.59 MB

Double-entry accounting system with a command-line reporting interface

Home Page: http://www.ledger-cli.org

License: BSD 3-Clause "New" or "Revised" License

Emacs Lisp 1.46% CMake 1.15% Python 11.13% C# 0.59% Makefile 0.10% Shell 0.73% Perl 3.69% XSLT 0.22% Nix 0.07% C++ 80.37% JavaScript 0.42% CSS 0.07% C 0.01%

ledger's Introduction

Curassow

Build Status

Curassow is a Swift Nest HTTP Server. It uses the pre-fork worker model and it's similar to Python's Gunicorn and Ruby's Unicorn.

It exposes a Nest-compatible interface for your application, allowing you to use Curassow with any Nest compatible web frameworks of your choice.

Documentation

Full documentation can be found on the Curassow website: https://curassow.fuller.li

Usage

To use Curassow, you will need to install it via the Swift Package Manager, you can add it to the list of dependencies in your Package.swift:

import PackageDescription

let package = Package(
  name: "HelloWorld",
  dependencies: [
    .Package(url: "https://github.com/kylef/Curassow.git", majorVersion: 0, minor: 6),
  ]
)

Afterwards you can place your web application implementation in Sources and add the runner inside main.swift which exposes a command line tool to run your web application:

import Curassow
import Inquiline


serve { request in
  return Response(.ok, contentType: "text/plain", body: "Hello World")
}

Then build and run your application:

$ swift build --configuration release

Example Application

You can find a hello world example application that uses Curassow.

License

Curassow is licensed under the BSD license. See LICENSE for more info.

ledger's People

Contributors

afh avatar aristidb avatar bkuhn avatar csrhodes avatar d-e-s-o avatar davidkeegan avatar drewr avatar ecraven avatar enderw88 avatar fuco1 avatar georgek avatar ginabythebay avatar joegallo avatar jwiegley avatar kain88-de avatar kfogel avatar kljohann avatar levindu avatar lrcg avatar merriam avatar mpalmer avatar purcell avatar rladams avatar schmave avatar simonmichael avatar tbm avatar thdox avatar the-kenny avatar tripun avatar vanicat avatar

Watchers

 avatar  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.