Skip to content

Create accountable applications that are efficient and scalable

License

Notifications You must be signed in to change notification settings

launix-de/dart-eventsourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventsourcing

This library implements a framework for use in the backend of realtime rich internet applications that demand reliable execution and fast response times. It uses Dart, MySQL, WebSockets and Eventsourcing. It provides an application template that contains a HTTP1.1-server which hosts a WebSocket-Service (see [WebSocketConnection] for protocol definition). Clients can send json-encoded queries and events that are logged in a file-based event queue.

NOTE: This framework was originally written to comply with an existing client software and therefore contains legacy code and compromises in design. Future versions will feature more abstractions and better documentation. Documentation is in german atm (TODO).

TODO: Framework overview.

About

Create accountable applications that are efficient and scalable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages