serveme 1.1.2
serveme: ^1.1.2 copied to clipboard
Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.
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.