GithubHelp home page GithubHelp logo

juanmbellini / haskell53 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 78 KB

Special assignment for the functional programming course: A DNS server made in Haskell

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

Haskell 100.00%
haskell dns dns-server functional-programming networking

haskell53's Introduction

haskell53 GitHub license

Special assignment for the functional programming course: A DNS server made in Haskell

Getting started

These instructions will install the system in your local machine.

Prerequsites

  1. Clone the repository

    $ git clone https://github.com/juanmbellini/haskell53.git
    
  2. Install Stack if you haven't yet

    $ brew install stack
    

    Check here for more information on how to install Stack.

Build

To build the project, execute the following commands.

$ cd haskell53 # Or project's root directory
$ stack setup
$ stack build

Note: The stack setup command installs an isolated copy of GHC for the project.

Usage

Standalone Run

To run the project, execute the following command (after building, previous section). You can set where the config file is located. Note that it must be a JSON file.

$ cd haskell53 # Or project's root directory
$ stack exec haskell53-exe [config-file-path.json]

Install

You can install the system in your computer in order to execute it without calling stack.

$ cd haskell53 # Or project's root directory
$ stack install

Run

After installing, you can execute it like this:

$ haskell53-exe [config-file-path.json]

Author

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.