deathcap / wsmc

WebSocket proxy to Minecraft
33 stars 10 forks source link

Split out wsmc/Java and wsmc/JavaScript and client into separate repositories? #33

Closed deathcap closed 8 years ago

deathcap commented 8 years ago

The Java plugin in src/ and pom.xml is independent, although intended to interoperate with clients via the NPM module in package.json. But maybe these two (or three) components should be separated out, only the JavaScript code published to NPM? (or .npmignore the Java?)

deathcap commented 8 years ago

Separate repositories would allow divergence of the WSMC protocol (which may change, for login, etc.); keeping together for now.