paisley 0.1.0 copy "paisley: ^0.1.0" to clipboard
paisley: ^0.1.0 copied to clipboard

outdated

SPA engine that sends HTML to clients and handles events via WebSocket.

paisley #

Prince - Purple Rain

Pub

SPA engine that sends HTML to clients and handles events via WebSocket. Ideal for smaller apps, built very small teams (like, 1 person).

Named after the 🐐, Prince Rogers Nelson's, Paisley Park recording studio.

Fairly experimental.

Rationale #

This was partially made just for fun, but also to shrink development for solo apps. No need to maintain both an Angel server and a React/Angular frontend, etc. Also, there's no need to use a module bundler.

Caveats/Bugs #

  • You need to roll-your-own state management, especially to persist state after a reconnect.

window.localStorage is sent to Component.afterCreate. Use it accordingly.

Installation #

In your pubspec.yaml:

dependencies:
  paisley: ^0.0.0
1
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

SPA engine that sends HTML to clients and handles events via WebSocket.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

angel_framework, angel_serialize, html_builder, http_parser, json_god, json_rpc_2, stream_channel, web_socket_channel

More

Packages that depend on paisley