mist icon indicating copy to clipboard operation
mist copied to clipboard

A distributed, tag-based pub-sub service for modern web applications and container-driven cloud.

Results 6 mist issues
Sort by recently updated
recently updated
newest added

The project can not be used in projects using go modules. This patch add support for go modules.

this change include several changes to make this repository much **modern**: 1. remove pat and migrate to mux 2. clean up some not used code 3. add make file to...

This PR would be useful, if will be posible in the future, specify Mist with some options. For example: ``` go obj := mist.New(&MistOptions{SizeLimit: 10}) ``` Or, it can be...