An open API service indexing awesome lists of open source software.

https://github.com/hardikkum444/java-socket-server

Creating multiple HTTP java socket servers performing various tasks
https://github.com/hardikkum444/java-socket-server

authentication http-requests java socketserver

Last synced: 9 months ago
JSON representation

Creating multiple HTTP java socket servers performing various tasks

Awesome Lists containing this project

README

          

`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`