Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
Building Single Page Applications
Alexander Beletsky
April 25, 2013
Programming
9
4.9k
Building Single Page Applications
The talk I gave in April-2013 on MSSWIT conference in Kiev.
Alexander Beletsky
April 25, 2013
Tweet
Share
More Decks by Alexander Beletsky
See All by Alexander Beletsky
alexbeletsky
1
270
alexbeletsky
0
69
alexbeletsky
4
790
alexbeletsky
10
330
alexbeletsky
3
110
alexbeletsky
8
2k
alexbeletsky
1
2.4k
alexbeletsky
2
210
alexbeletsky
1
510
Other Decks in Programming
See All in Programming
mizotake
2
330
nearmugi
0
190
tkmnzm
0
120
williln
0
230
lovee
2
220
legalforce
PRO
1
720
tetsukick
0
180
legalforce
PRO
0
650
grapecity_dev
0
190
gernotstarke
0
390
kawaji_scratch
0
110
legalforce
PRO
0
640
Featured
See All Featured
lemiorhan
627
43k
jrom
116
7.2k
ammeep
656
54k
rocio
155
11k
chriscoyier
145
20k
danielanewman
200
20k
michaelherold
225
8.5k
garrettdimon
288
110k
revolveconf
200
9.7k
dotmariusz
94
5.5k
tanoku
86
8.6k
destraynor
146
19k
Transcript
None
None
None
NEW:
NEW:
NEW:
photo by Constantine Stoyanov
API-ORIENTED
None
None
None
None
How to build Single Page Applications?
None
ASP.NET MVC / Backbone.js
Node.js / Backbone.js
Server
None
None
… doesn’t really matter, as long as 2 functions accomplished
OPEN API: HTTP GET http://app.com/api/sales/invoices/:id HTTP POST http://api.app.com/api/expenses/payments HTTP PUT
http://api.app.com/api/sales/drafts/:id HTTP DELETE http://api.app.com/api/sales/products/:id
MASTER HTML: <div class="container"> <div id="app" class="container"></div> </div>
Client
None
None
None
None
None
None
None
None
None
None
None
Application Route
None
None
None
None
None
None
None
None
None
None