Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.32 KB

Racket web-server

This the source for the Racket packages: "web-server", "web-server-doc", "web-server-lib", "web-server-test".

GitHub Actions status

This is the main repository for the Racket web-server package.

It is a simple yet powerful continuation-based web server, but you can use it without continuations if you like! Check the documentation for a quick start guide. There is also a good tutorial on making a blog written by Danny Yoo and Jay McCarthy.

How to contribute

Check this tutorial: Contributing to Racket

License

Racket, including these packages, is free software, see LICENSE for more details.

By making a contribution, you are agreeing that your contribution is licensed under the Apache 2.0 license and the MIT license.