Skip to content

Instantly share code, notes, and snippets.

View sarvghotra's full-sized avatar
🎶

Sarvjeet sarvghotra

🎶
  • Seattle, USA
View GitHub Profile
@sarvghotra
sarvghotra / gist:165fce3b5dd7288ccd7825134640c3d7
Last active August 29, 2017 14:18
GSoC 2017 Project: Middlewares for common web application chores

Middlewares for common web application chores

About the Project -

The project was aimed to develop JuliaWeb part of the Julia language. Specifically, to provide functionalities like routing, session, authentication etc. in order to facilitate the user to with easy and efficient web related development.

Overview of the Work Done

(For syntax and examples please follow the code link) During the summer of code period I implemented the routing features. Those features are follow:

  1. Path - Routing of the request (HTTP request) based on the path
  • It supports variables in the path template registered for routing. And the variable values can be accessed.
@sarvghotra
sarvghotra / README.md
Created December 12, 2015 18:45 — forked from hofmannsven/README.md
My simply Git Cheatsheet