Giter VIP home page Giter VIP logo

http-server's Introduction

CSC302 Project: HTTP Server

Meeting Notes and other documentation

Meeting notes and other team documentation can be found here.

Docker

Make sure all system requirements shown in the link below are completed before installing Docker Desktop.

Follow the installation instructions here.

Running the program via script

Run the RUNME-WINDOWS.cmd if on Windows, otherwise run RUNME-BASH.sh. This will execute a script which takes the following steps:

  1. Build docker image
  2. Run docker conatiner using the above image. Once the container is run, it will open a socket connection on localhost on port 8080.
  3. Create a connection to the server on localhost:8080 using netcat, send some text, then close the connection. Closing the connection will also make the server shutdown.

Running the app with Docker

Build the docker image: docker build -q -t http-server .

To run the program: docker run --detach -p 8080:8080 --name http-server-container http-server

Tests

Tests are located in the test folder located at the root of the main application. To run all tests in the test folder run: yarn test

Tech stack and toolchain

A description of our tech stack and toolchain can be found here

Roadmap

Our milestones can be found here here

Assignment 1 Post Mortem

A description of what went well and what didn't go so well. We also talk about what changes we'll be making to our next goals. Click here

Assignment 2 Write up

A description of what we have created for assignment 2 can be found here

Assignment 2 Post Mortem

A description of what went well and what didn't go so well in assignment 2. Click here

Assignment 3 Write up

A description of what we have created for assignment 3 can be found here

http-server's People

Contributors

jessejaura avatar maggie-incom avatar olivia-li avatar

Watchers

 avatar  avatar

Forkers

avocadoes

http-server's Issues

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.