Giter VIP home page Giter VIP logo

tddwebserver's Introduction

TDDWebServer

An HTTP server written in Java. 98% Test Driven.

CORE

This server was created to handle http requests such as get, put, post, option and delete. You can find that functionality at TDDWebServer/src/javax/com/lallen/javaserver/core.

COB SPEC

This server also comes packaged with the functionality to handle Cob Spec requests, such as properly displaying partials based on range, decoding parameters, displaying fun gifs on screen, and more. You can find the Cob Spec handlers at TDDWebServer/src/javax/com/lallen/javaserver/cobspec.

REQUIREMENTS

  • Java "1.7.0_04"

RUNNING THE SERVER

  • Start the server with java -jar build/libs/javaServer.jar -p 5000 -d PATH/TO/COB_SPEC/PUBLIC

RUNNING THE TESTS

  • Currently, I use Intellij to run the tests.

RUNNING COB SPEC

  • Make sure that CobSpec is located in the same directory as your sever. For example, if your have placed the server in Users/projects/ohLookHereIsMyAwesomeServer, then cob spec should be in User/projects/cobSpec.
  • Run java -jar fitnesse.jar -p 9090.
  • Navigate to LocalHost:9090.

tddwebserver's People

Contributors

lna avatar

Watchers

James Cloos 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.