Unverified Commit a2643b29 authored by Kip's avatar Kip Committed by GitHub

Merge pull request #895 from Tachi107/issue-894

Add project status in the Readme
parents 77850dbc ed9de91a
......@@ -271,3 +271,7 @@ int main() {
Http::listenAndServe<HelloHandler>(Pistache::Address("*:9080"));
}
```
## Project status
Pistache hasn't yet hit the 1.0 release. This means that the project is _unstable_ but not _unusable_. In fact, most of the code is production ready; you can use Pistache to develop a RESTful API without issues, but the HTTP client has a few issues in it that make it buggy.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment