serveme 1.2.0
serveme: ^1.2.0 copied to clipboard
Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.
1.2.0 #
- Added support for binary type (uses Uint8List). Format: binary12, binary64 etc. - any buffer length in bytes.
- Example file is up to date now. (Message constructors require non-optional parameters).
1.1.3 #
- Bugfix: concurrent modifications during iteration occurred in some cases while processing events.
1.1.2 #
- Bugfix: expireAfterSeconds option for IndexDescriptor of CollectionDescriptor was ignored.
1.1.1 #
- Maximum data length increased to 2^63 for messages sent over TCP socket.
- Bugfix: data messages sent over TCP socket could stall in some cases.
1.1.0 #
- TCP sockets support implemented (breaking changes).
- ServeMeClient constructor now takes single ServeMeSocket argument.
- Future
1.0.2 #
- Bugfix: ESC key press caused ServeMe to crash on Linux.
1.0.1 #
- Small fixes in ReadMe file.
1.0.0 #
- Finally released.