A modern pub/sub messaging system based on MQTT protocol, written in pure go.
- Homepage: http://flap.dev
Under refactoring
- Pub/Sub
- Multiple clients can sub to a same channel
- Channel join/leave notify
- Online list of the channel
- History messages re-consume
- Beautiful ui for admin
- Websocket,tcp,http supported
- Each message stores only once, no redundant
- Extremely performant
- Easy to use