6 |
7 | ✨🦊 **The server** generates renderer commands and sends them to the browser.
8 |
9 | ✨🦄 **The browser** processes the DOM events and sends them to the server.
10 |
11 | Perhaps am thinking about goals like this:
12 | - lightweight browser bundle (maybe)
13 | - remote development when the front-end is running on the server
14 | - security frontend when the client does not see the code
15 | - one more example of the Angular Platform
16 | - <<< YOUR GOALS HERE >>>
17 |
18 |
19 | ## Help Wanted
20 |
21 | If you want to help develop the ✨🦊 **Angular Platform Cloud** 🦄✨ you can do this by writing to me at [Twitter](https://twitter.com/thekiba_io) or [Telegram](https://t.me/thekiba).
22 |
23 |
24 | ## Roadmap
25 |
26 | | Feature | Server Side | Browser Side |
27 | | ---------------------- | ------------------ | ------------------------ |
28 | | JIT support | ✅ | ✅ |
29 | | AOT support | ⭕ not yet | ✅ |
30 | | Angular Builder | ⭕ not yet | ⭕ not yet |
31 | | Serializer | ✅ | ✅ |
32 | | Object Store | ✅ | ✅ |
33 | | Rendering | ✅ | ✅ |
34 | | Event Manager | ✅ | ✅ |
35 | | Location | ✅ | ✅ |
36 | | Animations | ✅ | ✅ |
37 | | Viewport Scroller | ⭕ not yet | ⭕ not yet |
38 | | Styles Host | ✅ | ✅ |
39 | | Error Handler | ✅ | ✅ |
40 | | Custom Transport | ⭕ not yet | ⭕ not yet |
41 |
42 |
43 | ## Development server
44 |
45 | Run `npm run serve:dev` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
46 |
47 |