Skip to content

This is a repository for exploring several concepts I'm interested in: namely haskell wai web servers, docker-compose, kubernetes, rust servers, and web-assembly

License

Notifications You must be signed in to change notification settings

rconnorjohnstone/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Playground Repository

This repository is just for me to play around with new technologies. It took forever just to get started with wai + Docker. But now it's at least up and running.

Startup

Planning on creating a makefile soon, but for now you can only access the "dev" environment by running:

docker-compose up --build

and it will run the site (which is still more or less blank) on localhost:3000 (the pure WAI server) and localhost:4000 (the Yesod scaffolded app).

About

This is a repository for exploring several concepts I'm interested in: namely haskell wai web servers, docker-compose, kubernetes, rust servers, and web-assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published