Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.
/ service-examples Public archive

Examples of simple web services in various programming languages

Notifications You must be signed in to change notification settings

aeden/service-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Service Examples

The goal of this project is to provide a variety of examples of building web services is different languages. The initial set of examples is very simple but the intention is to create examples that include integration with data stores and other services down the road.

echo

The first example is an echo server that parses incoming JSON from the request body and generates the same JSON for the response. The idea is to provide the basic structure for a simple web service while at the same time demonstrating how to read and write JSON which is a common requirement for lightweight web services.

Example is available in the following languages:

  • clojure
  • ruby
  • python
  • javascript (node.js)

About

Examples of simple web services in various programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages