Skip to content

"Hello API" implementations in Go, Node.js, Python/Flask for fun

Notifications You must be signed in to change notification settings

meyersj/api-options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-options

Really basic HTTP API implementations in Go, Node.js and Python/Flask. We can use these implementations to help evaluate what direction to go for our product. Another consideration should be data-access libraries. Does the language provide a nice way to work with Neo4j?

Each implementation has two endpoints available. If the id and pass are both admin then the user will receive a success message.

  • Index: 127.0.0.1:500x/
  • User Authenticate: 127.0.0.1:500x/user?id=<user id>&pass=<password>

After running, each implementation can be accessed at the following endpoints

  • Python/Flask: 127.0.0.1:5000
  • Go: 127.0.0.1:5001
  • Node.js: 127.0.0.1:5002

About

"Hello API" implementations in Go, Node.js, Python/Flask for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published