Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Server #16

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Java Server #16

wants to merge 5 commits into from

Conversation

Ayanpatel-012
Copy link

Hey,I am ayan .This is a java server built app for android devices to recieve stream from phonePi app

Copy link
Owner

@priyankark priyankark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for the PR Ayan! Can you create a new folder called Java and shift your code inside that. Also, see if you can only commit the server code and not the Android app. Also, it will be great if you also add a README for future users to be able to run your code!! (You can also modify our README by adding a section called Java like we have for Python and Node)

@@ -28,7 +28,7 @@ public void onOpen(WebSocket conn, ClientHandshake handshake) {

@Override
public void onClose(WebSocket conn, int code, String reason, boolean remote) {

mSocket.close();
}

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just keep this file and remove everything else that may be unnecessary? I believe this is the server core? May I suggest that you clean the code here a bit. Take care of indentations etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants