devfeel

Results 15 comments of devfeel

进QQ群 193409346吧,是我另外一个开源项目的群

blockchain go is simple,dotcoin will implement full features for blockchain

when start the normal node: ./dotcoin {NodeID} startnode -listen="IP:PORT" -seed="IP:PORT"

谢谢,新年快乐

DotWeb | 1.9.2 | 16core16G |   |   |   |   |   |   |   |   |   |   |   -- | -- | -- | -- | -- | -- | -- |...

谢谢,一起学习进步

I think this is the difference with "/hello/xxx/" and "/hello/:name", it's right?

@dbsn 目前的结构,是App->HttpServer->Router 之前在Server层做了代理函数,比如HttpServer.Get;这么做主要考虑两方面:一方面考虑架构清晰,另外一方面也考虑到路由方法毕竟不是常用,一般只要设置好就不太会变,所以考虑再三,还是使用dotapp.HttpServer.Router().GET这种方式

@dbsn 另外,其实如果作为工程化的项目,更建议使用配置文件方式设置路由:)

@a526757124 I will implement this function on next version