izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Updated the sparse docs to reflect actual usage of the framework #30

Closed terhechte closed 8 years ago

terhechte commented 8 years ago

This confused the hell out of me

Danappelxx commented 8 years ago

Actual documentation is coming, but this is actually how you use the framework now! We decided that it should be synchronous (we had a major discussion about this on slack). The new version isn't tagged yet but Taylor is partly re-written and has new features added (ex: server.use()). It's already stable though, so if you want to give it a shot, update your Cartfile/Podfile to point to the master branch instead of the tag (which should point it at the head). Sorry for the confusion!

terhechte commented 8 years ago

Ay ok, good to know :)

Thanks