This is my server.js and SocketClass. Reverse Proxy is implemented on iis to listen the port. Express api is working but the socket connection fails. on the ama
I am trying to make it so when a certain image is hovered, certain text shows up! So lets say I have this HTML: <div class="container"> <div class="p
I have encountered a problem when I am working on an assignment. I want to display the member_ID, name and num_of_referee of the member(s) who have referred mor
I have this interface: export interface AuthStateInterface { isSubmitting: boolean, X_HI_CODE: string, token: string, userId : number, roleI
I'm struggling to get my Windows 8 application to communicate with my test web API over SSL. It seems that HttpClient/HttpClientHandler does not provide and op
I made a google login through socialite in laravel public function redirectToProvider($provider) { $url = Socialite::driver($provider)->stateless()->r
I would like to run a very bare-bones node.js web server (mostly as a proof of concept) on an AWS EC2 Linux (Ubuntu) instance. It would just query a database a