WebSocketServices

  • Modified: 7/20/2019 5:28:14 PM
  • Platforms: All
  • Languages: Java

This plug-in is an ongoing and evolving project with the intent to bring web support, through websockets, to the Minecraft bukkit servers. This implementation of websockets is designed to be light-weight and simple, reducing overhead to the game server itself. Clients that support websockets will have the ability to perform simple informational queries, such as who is online, what version the server is running on, etc. All text base results will be returned in a simple JSON format for consistency.

Distributable

The latest version of the plug-in can be found at the dev.bukkit.org site listed below.

https://dev.bukkit.org/projects/websocketservices

Sample site

A sample implementation of client-side scripting running against this plugin can be found at the URL listed below. The site is running in pure HTML5 & JS. Please note that the sample site requires an HTML5 & WebGL capable browser.

WebSocketServer


No source available
                        Please select a file from the tree to view.