Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Josh-Everett/FP1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project Assignment 1: Exploration (FP1)

My Library: web-server/servlet-env

My name: Josh Everett

I started off on this journey believing that working with networks/sockets in racket would be similar to working with a library like scapy in python, but it turned out not to be the case. After spending some time being confused with the TCP library provided by racket, I ended up looking into hosting a server from a local machine. The web-server/insta librar makes launching one trivial, but the servlet-env allows us to make some more customization.

;#:server-root-path  ;; misleading, requires configuration files for our server

I spent a lot of time trying to adjust the server root with this to point to a custom index.html page, however without the required configuration files for the racket server the site cannot host anything.

I ended up down a rabit hole in material I believed created by Lowell's very own Jay McCarthy:

Relavent Posting

Racket Documentation

Racket Documentation I could not follow

success

About

final project exploration #1: learn Github, play with a Racket library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Racket 88.2%
  • HTML 11.8%