Sign inSign up

kaazing/enterprise-gateway

By kaazing

Updated over 5 years ago

Official build of the Enterprise Edition of Kaazing WebSocket Gateway

Artifact
Image
4

6.1K

kaazing/enterprise-gateway repository overview

What is Kaazing WebSocket Gateway?

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.

How to use this image

Base Docker Image

dockerfile/ubuntu

Installation

$ 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.

License

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.

Documentation

Online documentation is available.

See the Release Notes for what's new.

Feedback

Please contact Kaazing for any questions, comments, or feedback.

Tag summary

Content type

Image

Digest

Size

149 MB

Last updated

over 5 years ago

docker pull kaazing/enterprise-gateway