-
Notifications
You must be signed in to change notification settings - Fork 280
Expand file tree
/
Copy pathindex.ngdoc
More file actions
32 lines (24 loc) · 2.07 KB
/
Copy pathindex.ngdoc
File metadata and controls
32 lines (24 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@ngdoc overview
@name index
@description Documentation
##### Developing (Client-side)
* [Client-side Code](http://socketstream.github.io/socketstream/docs/#/tutorials/client_side_code)
* [Client-side Templates](http://socketstream.github.io/socketstream/docs/#/tutorials/client_side_templates)
* [Defining multiple Single-Page Clients](http://socketstream.github.io/socketstream/docs/#/tutorials/defining_multiple_clients)
* [Loading Assets On Demand](http://socketstream.github.io/socketstream/docs/#/tutorials/loading_assets_on_demand)
* [Live Reload](http://socketstream.github.io/socketstream/docs/#/tutorials/live_reload)
* [Web Workers](http://socketstream.github.io/socketstream/docs/#/tutorials/web_workers)
##### Developing (Server-side)
* [RPC Responder](http://socketstream.github.io/socketstream/docs/#/tutorials/rpc_responder)
* [Pub/Sub Events](http://socketstream.github.io/socketstream/docs/#/tutorials/pub_sub_events)
* [Sessions](http://socketstream.github.io/socketstream/docs/#/tutorials/sessions)
* [Request Middleware](http://socketstream.github.io/socketstream/docs/#/tutorials/request_middleware)
* [HTTP Middleware](http://socketstream.github.io/socketstream/docs/#/tutorials/http_middleware)
* [Authentication](http://socketstream.github.io/socketstream/docs/#/tutorials/authentication)
* [Testing Your App](http://socketstream.github.io/socketstream/docs/#/tutorials/server_side_testing)
##### Best Practices
* [Hosting in Production](http://socketstream.github.io/socketstream/docs/#/tutorials/production_hosting) - Packing assets, CDNs, handling exceptions
##### Extending SocketStream
* [Modules](http://socketstream.github.io/socketstream/docs/#/tutorials/modules) - extending indirectly with node modules from the app.
* [Writing Template Engine Wrappers](http://socketstream.github.io/socketstream/docs/#/tutorials/template_engine_wrappers) - support any of the gazillion template formats out there
* [Writing Request Responders](http://socketstream.github.io/socketstream/docs/#/tutorials/writing_request_responders) - experiment with models and low-level message protocols