Here are
42 public repositories
matching this topic...
Updated
Nov 10, 2019
Haskell
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
Updated
Jul 30, 2020
Haskell
🎸 Artists, Albums and Songs represented using Neo4j + GraphQL
Updated
Apr 12, 2020
Haskell
TDD with Clean Architectecture (aka Hexagonal, Ports & adapter) in Haskell
Updated
Apr 2, 2022
Haskell
A simple blogging platform with Haskell and Scotty
Updated
Dec 25, 2021
Haskell
Haskell libraries for working with the Stripe API
Updated
Mar 15, 2022
Haskell
Updated
Jun 15, 2017
Haskell
Webmachine-style REST library for scotty inspired by cowboy
Updated
Oct 7, 2019
Haskell
Building a bulletin board using Haskell, scotty and friends
Updated
Apr 8, 2022
Haskell
Given a team, it schedules a task that should be executed in pairs
Updated
Jun 25, 2017
Haskell
A simple Scotty based web api to illustrate the use of JWT
Updated
Aug 28, 2017
Haskell
Source code for a Scotty tutorial I wrote at my blog.
Updated
May 27, 2021
Haskell
My own personal Jesus^WControl Plane
Updated
Mar 22, 2021
Haskell
Simple URL shortener in Haskell
Updated
Apr 7, 2017
Haskell
basic template of a haskell-redux app with basic authentication stubbed out
Updated
Apr 16, 2017
JavaScript
Example Web Hit Counter with Scotty and Monad Transformers
Updated
Feb 13, 2020
Haskell
A simple example application using effectful and scotty
Updated
Apr 2, 2022
Haskell
Updated
Oct 19, 2018
Haskell
Updated
Oct 19, 2017
Haskell
Secure cookie implementation for Scotty web framework
Updated
Apr 12, 2017
Haskell
Scotty RELOADED Network Monitoring Tool
Updated
Aug 13, 2017
JavaScript
Updated
Apr 4, 2022
Haskell
Solar Api in Haskell - solarpiskell
Updated
Jul 10, 2019
Haskell
Simple web application made as a semestral project for MI-AFP at FIT CTU in Prague
Collection of haskell prototypes for future reference and learning.
Updated
Jun 20, 2017
Haskell
A starter-kit for the Scotty web framework
Updated
May 21, 2018
Haskell
Relay GitHub Projects Webhooks to Discord for great good!
Updated
May 17, 2021
Haskell
a repo to learn haskell and make use of an event-sourced database model
Updated
Jan 31, 2020
Haskell
Improve this page
Add a description, image, and links to the
scotty
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
scotty
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Operating system or device, package version, compiler version:
All
Issue description:
In the scotty example (
examples/scotty) the key specified byKEY=on launch is not verified. If the incorrect key is specified on GitHub the example server doesn't care. This is a security risk and means that the scotty example should not be used in production.**Note: This is not applicable t