GithubHelp home page GithubHelp logo

sns-merng's People

Contributors

yuya-furusawa avatar

Watchers

 avatar  avatar

sns-merng's Issues

GraphQLのこと

GraphQLにまつわるいろいろ(別のissueにも入っちゃってるけど... )

調べたことのメモ(主にApollo + MongoDBのこと)

MERNGスタックでアプリを作る際に調べたことをメモ

Apollo

Apollo is a platform for building a data graph, a communication layer that seamlessly connects your application clients (such as React and iOS apps) to your back-end services.

ApolloはGraphQLを扱うためのプラットフォーム。クライアント側からGraphQLを扱うApollo Client、サーバー側のApollo Serverなどがある。

Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.

GraphQLはただの仕様に過ぎないのでネットワークリクエストやデータのキャッシュなどをしてくれるクライアントが多く開発されている、Apolloクライアントはそのうちの1つ。

Apollo Server is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL client, including Apollo Client. It's the best way to build a production-ready, self-documenting GraphQL API that can use data from any source.

Apollo Serverを使えばGraphQLサーバーの構築を簡単にできる。加えて、Expressなどの各種フレームワークにも対応することができる。

MongoDB
NoSQLデータベース、JavaScriptやPythonなどさまざまな言語でサポートされる

mongoose
https://mongoosejs.com/docs/index.html
Node.js用のMongoDBライブラリ、MongoDBの操作などをサポートしてくれる
事前にNode.jsとMongoDBを用意する必要あり

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.