-
Notifications
You must be signed in to change notification settings - Fork 18
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
Outline and document that API #20
Comments
i'd like to help out on this |
@Wingie Sounds great. I've assigned this task to you. :-) |
Thanks! had a few queries though.
|
|
Expansion on Sp3ct3's answer: |
(5). Webpages cannot open up sockets. Applications (browsers, etc.) open up sockets. If they are using a proxy (openfaux in this case), you will not have to worry about clients opening up direct socket connections to other servers. If they do, it is a conscious decision the client app does and not something a proxy has to worry about. |
Problem solved then lol.
|
i've done a first pass on the API over here. dd9197a |
We need to get some communication going between the client and server, this will require a well documented API outlining what the server needs on a request from a client, what functions are available to a client (and the parameters for each of those requests) and then what a server request will return.
The text was updated successfully, but these errors were encountered: