inhies / nalu

Package nalu allows the easy creation of a STOMP API server using WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nalu

Nalu allows easy creation of WebSocket based STOMP APIs.

Demo

Build and run the code in the example folder which will start a webserver on port 8080 and point your browser to http://localhost:8080. Press connect to connect to the default chat topic. All chat messages will be sent to every connected client as well as to the example program since it has a connection as well.

Credits

The demo program came from the source for stomp.js

The websocket code is mainly garyburd's with a wrapper to create a net.Conn from zhangpeihao.

The STOMP code is from jjeffery.

Each project is licensed under their respective licenses.

About

Package nalu allows the easy creation of a STOMP API server using WebSockets


Languages

Language:Go 100.0%