Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/racket/web-server


https://github.com/racket/web-server

racket

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://docs.racket-lang.org/web-server/) for a quick start guide.
There is also a [good tutorial](https://docs.racket-lang.org/continue/) on making a blog written by [Danny Yoo](https://github.com/dyoo) and [Jay McCarthy](https://github.com/jeapostrophe).

## How to contribute

Check this tutorial: [Contributing to Racket](https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html)

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

[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
[LICENSE]: LICENSE