Cargo WebServer
Jul 27, 2017 · 2 min read

I read your answer about my last comment and I must say that your right about the documentation. I put all my time in the framework itself, but I will make a better effort to help people to use it… My project is more a JS application server than a Go Web framework, so In a sense It was not pertinent to present it here…

I think Go is a wonderful language to wrote distributed system and I enjoy all of it features, closure, channel, introspection, garbage collection, compilation time and it concurrency model to name a few. I think we share the same love for Go and like you I wish all people learn how to work with it.

My framework is not like Ruby on Rail at all by the way!-) It’s more like Node.js but instead of being written C++, it’s written in Go. I wrote it all by myself and it take me more than three years to do so. I think it’s a nice example of what can be done with Go. As you know when we create such a piece of work we put all we got in it, so I found your critic little rude… I put it open source to help people and give them better understanding of what my server is.In the creation process, I learn a lot about Go programming and distributed application. I made use of it at my work to wrote applications that made use external system and I find it really useful for that. I cut my development time by a factor of ten, and that’s the advantage of such a system…

Long life to you Pie and long life to Go!-)

    Cargo WebServer

    Written by