Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racket/web-server
https://github.com/racket/web-server
racket
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/racket/web-server
- Owner: racket
- License: other
- Created: 2014-12-02T12:20:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T05:24:28.000Z (3 months ago)
- Last Synced: 2024-11-11T14:43:52.558Z (3 months ago)
- Topics: racket
- Language: Racket
- Size: 2.45 MB
- Stars: 90
- Watchers: 32
- Forks: 47
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket-and-scheme - web-server - server (Racket)
README
# Racket web-server
This the source for the Racket packages: "web-server", "web-server-doc", "web-server-lib", "web-server-test".
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