Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/content/pages/06-web-apis/03-api-creation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ applications through machine-to-machine communication.
[EuroPython 2014](https://www.youtube.com/watch?v=9sUsLvG72_o) that
introduced the main features of the framework.

* [Falcon](http://falconframework.org/) is a fast and lightweight framework
well suited to create RESTful APIs.

* [Pycnic](http://pycnic.nullism.com) is a new JSON-API-only framework designed with
REST in mind.

## API testing projects
Building, running and maintaining APIs requires as much effort as building,
Expand Down