Jocelyn Fiat
Jocelyn Fiat
Get ideas from Restful Web APIs book and implement microblogging website + API as example.
Fluent HTTP Client API http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fluent.html HTTP for humans http://docs.python-requests.org/en/latest/ the last one has versions in other languages http://requests.ryanmccue.info/ (Requests for PHP)
For now, the site provided by github is enough but we may consider having a real blog/forum/...
Adding persistent connection support to Nino .. to be HTTP/1.1 Also add pipelining support
Implement a markdown parser http://whatismarkdown.com/ We already have a wikitext parser with markdown parser, we would be able to process the github wiki/md files.
Implement a markdown parser http://whatismarkdown.com/ We already have a wikitext parser with markdown parser, we would be able to process the github wiki/md files.
Template engine for Eiffel inspired by php smarty template engine. Need update for performance, better support for smarty feature. idea: abstract the source of data, and eventually consume directly JSON...