Skip to content

Commit

Permalink
What's wrong w/ the TOC?
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hall committed Nov 6, 2015
1 parent 8faf47b commit cccf456
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ So what does SocketStream do? Here are some of the basics, but we'll go into dep
* Compatibility with Connect Middleware

Before getting into the nuts and bolts, let's take a look at our [Quick Start guide →](quick-start.md)

<!-- * [HTML/CSS/JS code preprocessers](to_come.md)
* [Live reload (development)](to_come.md)
* [CSS/JS compilation and CDN asset pipeline management](to_come.md)
* [WebSocket management](to_come.md)
* [RPC APIs](to_come.md)
* [PubSub APIs](to_come.md)
* [Client-side code organization](to_come.md)
* [Session management (defaulted to REDIS)](to_come.md)
* [Custom WebSocket APIs](to_come.md)
* [HTML Templates (custom or default)](to_come.md)
* [Web Workers](to_come.md)
* [Compatibility with Connect Middleware](to_come.md) -->
49 changes: 18 additions & 31 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,23 @@

* [Introduction](README.md)
* [Quick Start](quick-start.md)
* [Client-side Development](client-side-development/README.md)
* [Client-side Code](client-side-development/client-side-code.md)
* [Client-side Templates](client-side-development/client-side-templates.md)
* [Defining multiple Single-Page Clients](client-side-development/multiple-single-page-clients.md)
* [Loading Assets On Demand](client-side-development/loading-assets-on-demand.md)
* [Live Reload](client-side-development/live-reload.md)
* [Web Workers](client-side-development/web-workers.md)
* [Server-side Development](server-side-development/README.md)
* [RPC Responder](server-side-development/rpc-responder.md)
* [Pub/Sub Events](server-side-development/pub-sub-events.md)
* [Sessions](server-side-development/sessions.md)
* [Request Middleware](server-side-development/request-middleware.md)
* [HTTP Middleware](server-side-development/http-middleware.md)
* [Authentication](server-side-development/authentication.md)
* [Testing Your App](server-side-development/testing-your-app.md)
* [Client-side Development](client-side/README.md)
* [Client-side Code](client-side/client-side-code.md)
* [Client-side Templates](client-side/client-side-templates.md)
* [Defining multiple Single-Page Clients](client-side/multiple-single-page-clients.md)
* [Loading Assets On Demand](client-side/loading-assets-on-demand.md)
* [Live Reload](client-side/live-reload.md)
* [Web Workers](client-side/web-workers.md)
* [Server-side Development](server-side/README.md)
* [RPC Responder](server-side/rpc-responder.md)
* [Pub/Sub Events](server-side/pub-sub-events.md)
* [Sessions](server-side/sessions.md)
* [Request Middleware](server-side/request-middleware.md)
* [HTTP Middleware](server-side/http-middleware.md)
* [Authentication](server-side/authentication.md)
* [Testing Your App](server-side/testing-your-app.md)
* [Best Practices](best-practices/README.md)
* [Hosting in Production](best-practices/hosting-in-production.md) - Packing assets, CDNs, handling exceptions
* [Extending SocketStream](extending-socketstream/README.md)
* [Writing Template Engine Wrappers](extending-socketstream/writing-template-engine-wrappers.md) - support any of the gazillion template formats out there
* [Writing Request Responders](extending-socketstream/writing-request-responders.md) - experiment with models and low-level message protocols

<!-- * [HTML/CSS/JS code preprocessers](to_come.md)
* [Live reload (development)](to_come.md)
* [CSS/JS compilation and CDN asset pipeline management](to_come.md)
* [WebSocket management](to_come.md)
* [RPC APIs](to_come.md)
* [PubSub APIs](to_come.md)
* [Client-side code organization](to_come.md)
* [Session management (defaulted to REDIS)](to_come.md)
* [Custom WebSocket APIs](to_come.md)
* [HTML Templates (custom or default)](to_come.md)
* [Web Workers](to_come.md)
* [Compatibility with Connect Middleware](to_come.md) -->
* [Extending SocketStream](extending/README.md)
* [Writing Template Engine Wrappers](extending/writing-template-engine-wrappers.md) - support any of the gazillion template formats out there
* [Writing Request Responders](extending/writing-request-responders.md) - experiment with models and low-level message protocols
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cccf456

Please sign in to comment.