-
Notifications
You must be signed in to change notification settings - Fork 6
Backend Development
hilalh edited this page Sep 7, 2014
·
18 revisions
-
What is REST? How do apps communicate with the server?
##Backend frameworks
###Ruby/Rails
- Guides will be available here
###Ruby/Sinatra
- Guides will be available here
- Guides will be available here
###Python/Flask
- Guides will be available here
- Basic Setup of Express + MongoDB : A straightforward and clear tutorial for setting up Express with MongoDB as the database for a REST-ful web server.