Skip to content

A little HTTP server which will serve you silly Haiku

Notifications You must be signed in to change notification settings

eoinkelly/haiku_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silly Haiku server

A silly little HTTP server I wrote to learn some rust. It will serve you a (very pseudo) pseudorandom Haiku.

Building

I had to set the following on macOS to get the openssl crate to build:

export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include;
export DEP_OPENSSL_INCLUDE=/usr/local/opt/openssl/include;

Deploying (Heroku)

cd path/to/this/repo
$ heroku login
$ heroku create --buildpack https://github.com/emk/heroku-buildpack-rust.git
$ git push heroku master

About

A little HTTP server which will serve you silly Haiku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages