udash-demos icon indicating copy to clipboard operation
udash-demos copied to clipboard

Collection of demo applications based on Udash.

Udash Demos Build Status Join the chat at https://gitter.im/UdashFramework/udash-demos

Collection of demo applications based on Udash.

Note: this repository is not updated for Udash 0.8+. If you're looking to setup a Udash application, please check out the g8 template. Some of these demos will be updated after the 1.0 release and available either within the template or Udash Guide.

Udash Files Upload

A demo presenting usage of the Udash file upload/download utilities. It also uses the Udash Bootstrap and RPC modules.

Todo

A demo based on TodoMVC. This is a frontend-only project.

Todo RPC

A demo based on TodoMVC with a server-side storage using the Udash RPC system.

Udash REST with Bootstrap Components and Akka HTTP

A demo presenting usage of the Udash REST module. It serves REST API with Akka HTTP in the backend application and uses it through type-safe Udash REST interfaces in the frontend. This demo uses the Udash Bootstrap Components library.