GithubHelp home page GithubHelp logo

gw-http's Introduction

gw-http

HTTP web and networking server by the GWU SHC group!

Use

$ make
$ ./gw-http 8080
...point your browser to localhost:8080/shc.html...
$ make clean

Project ideas

Expand this code to

  • [EASY] add an awesome 404 page with tons of awesome tech
  • [EASY] add other error pages
  • [MEDIUM] trivial message board
  • add a HTTP PUT handler (10 lines of code)
  • add a linked-list or otherwise data-structure to track the messages that have been put
  • add a webpage that displays these messages, with a prompt at the bottom that makes the next PUT request
  • add auto-refresh logic to the webpage
  • now you have a trivial message board!
  • [HARD] Add fastcgi support
  • Also integrate with memcache to cache output because performance!
  • [MEDIUM] add messaging logic so that this is also a message server with a REST API for all of its functionality
  • [EASY] perform routing so that certain paths (e.g. /gwmsg/) go to specific plugins
  • [MEDIUM] add a plugin facility so that different server tasks can be plugged in (e.g. messaging)
  • [EASY] include more HTTP options and extensions
  • [MEDIUM] include Rust extensions
  • [HARD] add isolation of plugins using 1. processes, then 2. chroot or container equivalents
  • [HARD] integrate with slack as a plugin
  • [MEDIUM] add Travis CI integration on github
  • [TRIVIAL] RULE THE WORLD

Add your own!

gw-http's People

Contributors

gparmer avatar maloneya avatar phil-lopreiato avatar

Watchers

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