Giter Site home page Giter Site logo

gosharexserver_old's People

Contributors

mmichaelb avatar

Stargazers

 avatar

gosharexserver_old's Issues

Use more idiomatic routing system go-chi

Until now, we are using gorilla mux but recently I rewrote the whole HTTP server structure in order to use iris. I found a new routing library called go-chi which is more idiomatic but still fulfills all requirements.

Simplify error check on http server shutdown

The error which occurs if the http server has stopped is a variable which can be simply checked:

if err == http.ErrServerClosed {
    // handle server closed
} else {
    // handle other error
}

Add extended information to README file

At the moment, the README.md file is just the boilerplate one generated by Github. By adding additional information to it, the project would be become more transparent and easier to understand.

Implement user system

At the moment, a "default user" is stored in the database. By implementing a user system, uploaded files can be tracked and analysed. In addition to that, each user should have his own authorization key available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.