Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 711 Bytes

File metadata and controls

15 lines (10 loc) · 711 Bytes

Sample Web Application in HTML5

Code Now

A complete sample application in HTML5 which can run on FriendCode and Heroku. It uses Python for running a simple http server.

Important

  • Requires a Procfile to run on FriendCode and Heroku
  • Like Heroku the port must be fetch from an environment variable called PORT (process.env.PORT in NodeJs)
  • FriendCode's runtime is in many ways similar to (and compatible with) Heroku's, so be aware of that

Happy coding !