Skip to content

diankong/neomw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middlewares for golang's neo web frame

https://github.com/ivpusic/neo


comparing to gin, neo's router is based on Regex, which means easy to use, without any conflict and confusing.(which gin/echo has)

gin/echo's router makes your route design much harder, much longer, which is not human friendly. neo won't have those problems.

It's kind like nodejs' express/koa web frame, but in golang. So if you are a nodejs->golang user, you gonna like it.

About

middlewares for golang's neo web frame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages