ankan-withadream / kiGo

Go server to interact with people's feelings and help them feel better :)
https://ki-go.vercel.app
0 stars 1 forks source link

Need to integrate Gin web framework for inbuilt middleware support #15

Closed ankan-withadream closed 2 months ago

ankan-withadream commented 2 months ago

Currently we are using net/http as our web framework

We need Middleware support and also thinking of implementing web sockets and other advanced web concepts. That's why we decided to integrate Gin.

For reference, https://github.com/gin-gonic/gin https://gin-gonic.com/ https://gin-gonic.com/docs/quickstart/ https://pkg.go.dev/github.com/gin-gonic/gin

ankan-withadream commented 2 months ago

Need to re-structure the routing process with Gin

ankan-withadream commented 2 months ago

Re-structure of the project folders are now done. @ama3it Please have a look. Now can we probably continue migrating from net/http to Gin ?