/Java-Socket-Server

Creating multiple HTTP java socket servers performing various tasks

Primary LanguageJava

curl 127.0.0.1:Port_No/User_name
curl 127.0.0.1:Port_No/User_name .json -v (verbose)
curl -u user:pass http://localhost:9000/resource (authentication)

*ngrok has been used to create an http tunnel to local host


file cross origin resource sharing algo added

ngrok http http://localhost:9000