Neffos Versions Save

A modern, fast and scalable websocket framework with elegant API written in Go

v0.0.23

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/kataras/neffos/compare/v0.0.22...v0.0.23

v0.0.22

9 months ago

What's Changed

Full Changelog: https://github.com/kataras/neffos/compare/v0.0.21...v0.0.22

v0.0.21

1 year ago

v0.0.20

1 year ago

v0.0.19

2 years ago

v0.0.18

3 years ago

Update dependencies.

v0.0.16

3 years ago

Add 'Server.FireDisconnectAlways' option to enable calling the local OnDisconnectevent if the server closed the connection from itsOnConnect` event, as requested at: #41

v0.0.15

4 years ago

Remove module replacement of neffos-contrib/radix that introduced on https://github.com/kataras/neffos/releases/tag/v0.0.14 to temporarily fix an issue on redis stackexchange, which is now solved at mediocregopher/radix.v3.5.0

v0.0.14

4 years ago

Update dependencies and a (temp) fix with: https://github.com/neffos-contrib/radix#neffos-contrib

v0.0.12

4 years ago

Add NSConn#EmitBinary method helper.