Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartsucker/iron-reference
https://github.com/heartsucker/iron-reference
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heartsucker/iron-reference
- Owner: heartsucker
- License: mit
- Created: 2017-04-07T22:33:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T08:08:23.000Z (about 5 years ago)
- Last Synced: 2024-10-25T16:56:32.724Z (2 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iron-reference
A reference implementation of an [Iron](https://crates.io/crates/iron) webserver
that uses both [iron-csrf](https://crates.io/crates/iron-csrf)
and [secure-session](https://crates.io/crates/secure-session).# Running it
```
make run
```