Blocking Issues:
-
We'll require Listener SSL for Windows within a few weeks, Linux some weeks later. Hopefully the contributor merge is going well. Otherwise we'll have to fallback to listener architecture consisting of a hybrid of node.js and C++ REST SDK.
- Support for Red Hat in some months. Others seem to have found some success with CentOS/RedHat.
- Would like web::json::value::parse() to preserve the order of JSON property names, not alphabetize by property name. I believe it preserved order some releases ago(?). Round-tripping parse() to serialize() doesn't result in the original ordering. This is at least an issue for our debugging/sanity checks/visual confirmations.
- Naming issues of libs/dlls. We've decided the only way to minimize support headaches is to statically link C++ REST SDK libs with our apps, thus eliminating C++ REST SDK dlls. We are aware of the pluses and minuses to this approach.