Coder Social home page Coder Social logo

collaborate's People

Contributors

pranay92 avatar pranayd-cuelogic avatar shamsher31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

collaborate's Issues

Add a skeleton for the front-end

Use the following:

  1. AngularJS because it's awesome
  2. Use angular-ui,angular-bootstrap because they make integration with the angular easier
  3. Lodash because we'll be dealing with the collections a lot time

Avoid using libraries that aren't doing too much because they might end up increasing the size of your application and thus slow loading. Prefer creating own module/directive for features that can be created easily rather than using others.

Add a bot to your app

Adding a bot is not that necessary, but hey how would we compete with the paid apps if we don't have our own bot

Add skeleton for the server

Add a basic skeleton for node using

  1. Express for the framework.
  2. Grunt for the build tasks
  3. Use MongoDb for database.

Add statsd for better production metrics

Automated tracking of code deploys is essential for teams who practice Continuous Deployment. Monitoring every aspect of your server and network architecture helps detect when something has gone awry. Correlating the times of each and every code deploy helps to quickly identify human-triggered problems and greatly cut down on your time to resolve them.

See links for reference.

https://www.npmjs.com/package/statsd
https://codeascraft.com/2011/02/15/measure-anything-measure-everything/

Add authorization api

Add an authorization api, preferably inspect and find out the best possible strategy out there. Prefer security over speed.

Make authorization optional for logout

As of now, we receive a 401 unauthorized error if the request headers do not contain a valid token. This needs to be updated to have the token as optional while still being working as a 'discard-token' scheme.

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.