andersennl / crystal-server-test

This is a personal test project to test Crystal's capabilities as a lightweight Rails like server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal Server

This is a small test project I created on a lab day.

This project is currently not in a working state as the dynamic parts of the router don't work yet as they should.

I tried to recreate some core elements like a router which dynamically cally controller methods based on the URI's path, pretty much like Rails does.

Instructions

Clone the repository to your computer and then run crystal server.cr and open http://0.0.0.0:8080 in your browser.

Contribution

Feel free to clone and contribute as much as you want.

About

This is a personal test project to test Crystal's capabilities as a lightweight Rails like server.


Languages

Language:Crystal 100.0%