Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jessealama/racketcon-2018-web-devel-workshop
- Owner: jessealama
- License: unlicense
- Created: 2018-09-30T10:46:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T12:55:27.000Z (over 1 year ago)
- Last Synced: 2024-06-19T23:47:15.600Z (5 months ago)
- Language: Racket
- Size: 18.6 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.