serveme 1.2.2 copy "serveme: ^1.2.2" to clipboard
serveme: ^1.2.2 copied to clipboard

Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.

v1.2.2 #

  • HTTP server type added. Method server.on(route, handler) added for HTTP routes implementation.

v1.2.1 #

  • PackMe upgraded to v2.0.1: object inheritance implemented, nested arrays support added.
  • IMPORTANT: PackMe objects and enumerations from other JSON files are now referenced using filename: "some_user": "@filename:user". No changes required for references within the same file.

v1.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).

v1.1.3 #

  • Bugfix: concurrent modifications during iteration occurred in some cases while processing events.

v1.1.2 #

  • Bugfix: expireAfterSeconds option for IndexDescriptor of CollectionDescriptor was ignored.

v1.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.

v1.1.0 #

  • TCP sockets support implemented (breaking changes).
  • ServeMeClient constructor now takes single ServeMeSocket argument.
  • Future

v1.0.2 #

  • Bugfix: ESC key press caused ServeMe to crash on Linux.

v1.0.1 #

  • Small fixes in ReadMe file.

v1.0.0 #

  • Finally released.
58
likes
100
pub points
40%
popularity

Publisher

verified publisherminimagic.games

Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

connectme, mongo_dart, packme, yaml

More

Packages that depend on serveme