Official build of the Enterprise Edition of Kaazing WebSocket Gateway
6.1K
A high performance, scalable, secure robust real-time platform for reactive event-driven web and mobile applications.
The Docker image for Community Edition is available as well.
The Enterprise Edition has all of the capabilities of the Community Edition plus additional enterprise features and enterprise support available. Read more about the difference between the editions.
$ docker run --rm --name kwg -h example.com -p 8000:8000 kaazing/enterprise-gateway
The hostname example.com needs to be resolvable from your browser. You can do this by adding an entry to your hosts file for example.com that points to your Docker host's IP address. For example, if you are using Docker Machine, you can get the IP address with this command: docker-machine ip
You should then be able to connect to ws://example.com:8000/echo using the WebSocket.org echo test.
Released under the Kaazing Developer License. In summary it permits free usage for evaluation, development, and non-production use.
Note: The Community Edition is available under Apache 2.0.
Online documentation is available.
See the Release Notes for what's new.
Please contact Kaazing for any questions, comments, or feedback.
Content type
Image
Digest
Size
149 MB
Last updated
over 5 years ago
docker pull kaazing/enterprise-gateway