Click here to Skip to main content
15,885,929 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to build commercial server on ( c++ or c run on windows and Linux ) with maximum security possible , that send/receive data to the client ( html + java script vanilla )

What I have tried:

Library :
1- Websocket server ( wss ) : https://github.com/uNetworking/uWebSockets
2- Authentication ( OAuth 2.0 ) : https://github.com/Microsoft/cpprestsdk

My plan is to use the the 2nd library for authentication only and the 1st as websocket server ( because of the performance & lightweight ) .
and using this as example : "C++ REST SDK OAuth 2.0 server" on www.cookinapps.io


My question is
Is this solution is the best or there are other options or libraries with better security & performance on the same platform
Posted
Updated 2-Aug-17 10:18am

1 solution

There is a recent publication about OAuth 2, OAuth 2 in Action, it's more aimed at Javascript developers, but might be of interest to you nevertheless.
Manning | OAuth 2 in Action[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900