-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
full fledged proxy library on top of node-minecraft-protocol #712
Comments
I know some people made some nice server side proxy with nmp but I can't find them. |
ideas of features that would be interesting in a proxy lib : low level (for performance) :
high level (features) :
|
https://github.com/darcros/node-minecraft-proxy someone built this, expanding on this would be useful |
Do this proxy support
|
This is an issue discussing something that doesn't exist yet.
However yes the example proxy can do this.
…On Mon, Jun 22, 2020, 11:55 837951602 ***@***.***> wrote:
Do this proxy support
- Connection between different version
- Holdon on a server
?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#712 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR437QI3YN5CEK7HB6TFKTRX4TAFANCNFSM4M47NIYQ>
.
|
Plan :
|
https://github.com/PrismarineJS/prismarine-proxy exists Next is for everyone to add examples and open issues for interesting things to do |
this is not really a nmp issue as it would not be done from there, but this issue is meant to be a central place to discuss about bigger proxies on top of nmp
https://github.com/PrismarineJS/node-minecraft-protocol/tree/master/examples/proxy is a simple proxy implementation.
It can be used to :
Several people did projects like this but none did a library, I believe this would be useful for a lot of people.
I'm putting this as "high priority" (for PrismarineJS, not for node-minecraft-protocol) and adding it in the list of Prismarine big projects.
example of users :
The text was updated successfully, but these errors were encountered: