PistonDevelopers / pluto

Game competition server software for Rust gamedev community
MIT License
14 stars 4 forks source link

Set up a simple static server. #3

Closed reem closed 10 years ago

reem commented 10 years ago

This is just a basic first step, it gets Iron running and serves a simple static HTML page from assets/index.html.

In the future this will be replaced by more complex architecture using Mount, Router, and Static.

reem commented 10 years ago

What is the policy on code review in PistonDevelopers?

bvssvni commented 10 years ago

@reem If you know what you are doing, then self merging saves time according to analysis https://github.com/PistonDevelopers/piston/issues/674 Therefore we should put more effort into knowing what we are doing instead of code review :)