Express
Express copied to clipboard
Swift Express is a simple, yet unopinionated web application server written in Swift
Being perfectionist, I could not pass by ## BEFORE  ## AFTER 
I don't see any activity for the last 6 months in the repo. Is v0.4 being worked on? Any idea when it will be out (and working with Linux/Swift 3)...
When I render a view and call some async API how do I update that view? I could not find any reload/refresh methods in the docs. For example: ``` swift...
I wonder if it's possible to deploy Swift-Express based app to [Heroku](https://www.heroku.com/). I have seen some people trying to do so using [Vapor](https://github.com/qutheory/vapor), and they [succeeded](https://github.com/LoganWright/swift-server-io). It would be nice...
BrightFutures is interesting, but some of the notation seems a little clunky to me. Thanks!
On Ubuntu, libpthread-workqueue-dev is also needed.
New logo
This logo uses same font as express.js does. The gradient uses the same color scheme as the Swift logo does. Readme is tidied up a bit as well making this...
Request Headers Provisional headers are shown ``` Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Content-Type:application/x-www-form-urlencoded Origin:http://192.168.50.130:9999 Referer:http://192.168.50.130:9999/?param=123456 Upgrade-Insecure-Requests:1 User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 ``` Query String Parameters `param:123456` Form Data...