Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jessealama/racketcon-2018-web-devel-workshop

Tutorials for the web devel workshop given at RacketCon 2018
https://github.com/jessealama/racketcon-2018-web-devel-workshop

Last synced: 4 days ago
JSON representation

Tutorials for the web devel workshop given at RacketCon 2018

Awesome Lists containing this project

README

        

This repository contains code that accompanies the web devel workshop
held at RacketCon 2018.

There are four different tutorials. They are contained, respectively,
in {first,second,third,fourth}.rkt.

Install as a Racket package:

$ raco pkg install racketcon-2018-web-devel-workshop

View documentation:

$ raco docs racketcon-2018-web-devel-workshop

Run the servers:

$ raco 2018-web-workshop first

Substitute "second", "third", and "fourth" for "first" to run the
other servers.